summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2011-08-19 18:14:06 -0700
committerEino-Ville Talvala <etalvala@google.com>2011-09-06 13:32:46 -0700
commit9efb0b19fa929c528253f0a9b6f5b27791e1ee52 (patch)
tree74e44529a5682ea73905cff667a65eacb51c745e /AndroidManifest.xml
parentfc404e9a87e2f7e1fa9bc0ede998ed9cf75a047d (diff)
downloadLegacyCamera-9efb0b19fa929c528253f0a9b6f5b27791e1ee52.zip
LegacyCamera-9efb0b19fa929c528253f0a9b6f5b27791e1ee52.tar.gz
LegacyCamera-9efb0b19fa929c528253f0a9b6f5b27791e1ee52.tar.bz2
Add video recording with effects into Camera.
Initial support for video recording in the Camera app, with the goofyface and background replacement effects. Bug: 5212166 Change-Id: I30995e305c202ba57bf76ff18c885bf16c5ea14f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 53fb046..61088ec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,7 @@
android:taskAffinity=""
android:theme="@style/ThemeCamera"
android:hardwareAccelerated="true">
+ <uses-library android:name="com.google.android.media.effects" android:required="false" />
<receiver android:name="com.android.camera.CameraButtonIntentReceiver">
<intent-filter>
<action android:name="android.intent.action.CAMERA_BUTTON"/>