summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-09-25 11:20:27 +0800
committerWu-cheng Li <wuchengli@google.com>2012-09-25 11:22:25 +0800
commitfb5c8120b0c10d1a8fc5c92a949a9d53f3202002 (patch)
tree44628091f88d36dc0de5f88bdc9b704e91aa9c70 /AndroidManifest.xml
parente70c9c5847eed1d8101540bc562e27896185e96d (diff)
downloadandroid_packages_apps_Snap-fb5c8120b0c10d1a8fc5c92a949a9d53f3202002.tar.gz
android_packages_apps_Snap-fb5c8120b0c10d1a8fc5c92a949a9d53f3202002.tar.bz2
android_packages_apps_Snap-fb5c8120b0c10d1a8fc5c92a949a9d53f3202002.zip
Register secure image capture intent.
bug:7225688 Change-Id: I22f0ee81a921b3ec811444c7d554f2400e6a5485
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 bc0270b72..622707c99 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -307,6 +307,10 @@
<action android:name="android.media.action.STILL_IMAGE_CAMERA_SECURE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.media.action.IMAGE_CAPTURE_SECURE" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
</activity>
<!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->