summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-08-26 23:53:13 +0800
committerWu-cheng Li <wuchengli@google.com>2012-08-26 23:53:13 +0800
commit8745db70dec195c8e5fcfe997f167e8ba1a33264 (patch)
treeb75f024f29dc9e35f03d450512cab52baac589d1 /AndroidManifest.xml
parent915c2c5b2c367df71599370613af0924bd7c4887 (diff)
downloadandroid_packages_apps_Gallery2-8745db70dec195c8e5fcfe997f167e8ba1a33264.tar.gz
android_packages_apps_Gallery2-8745db70dec195c8e5fcfe997f167e8ba1a33264.tar.bz2
android_packages_apps_Gallery2-8745db70dec195c8e5fcfe997f167e8ba1a33264.zip
Register STILL_IMAGE_CAMERA_SECURE intent in the manifest.
bug:7053266 Change-Id: I6468a82f5da5afb98316d52b31117f1cc4f82fb9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2ef8086c2..b48af2890 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -270,6 +270,10 @@
<action android:name="android.media.action.STILL_IMAGE_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.media.action.STILL_IMAGE_CAMERA_SECURE" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
</activity>
<activity-alias android:icon="@mipmap/ic_launcher_camera"