OSDN Git Service

Register STILL_IMAGE_CAMERA_SECURE intent in the manifest.
authorWu-cheng Li <wuchengli@google.com>
Sun, 26 Aug 2012 15:53:13 +0000 (23:53 +0800)
committerWu-cheng Li <wuchengli@google.com>
Sun, 26 Aug 2012 15:53:13 +0000 (23:53 +0800)
bug:7053266
Change-Id: I6468a82f5da5afb98316d52b31117f1cc4f82fb9

AndroidManifest.xml

index 2ef8086..b48af28 100644 (file)
                 <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"