OSDN Git Service

Register secure image capture intent.
authorWu-cheng Li <wuchengli@google.com>
Tue, 25 Sep 2012 03:20:27 +0000 (11:20 +0800)
committerWu-cheng Li <wuchengli@google.com>
Tue, 25 Sep 2012 03:22:25 +0000 (11:22 +0800)
bug:7225688

Change-Id: I22f0ee81a921b3ec811444c7d554f2400e6a5485

AndroidManifest.xml

index bc0270b..622707c 100644 (file)
                 <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 -->