Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88cef187 authored by Wu-cheng Li's avatar Wu-cheng Li Committed by Android Git Automerger
Browse files

am 471d8986: Add keyguard camera widget meta-data to gallery manifest.

* commit '471d8986':
  Add keyguard camera widget meta-data to gallery manifest.
parents 0514c285 471d8986
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -297,6 +297,8 @@
                <action android:name="android.media.action.STILL_IMAGE_CAMERA" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.keyguard.layout"
                    android:resource="@layout/keyguard_widget" />
        </activity>

        <activity android:name="com.android.camera.SecureCameraActivity"
@@ -316,6 +318,8 @@
                <action android:name="android.media.action.IMAGE_CAPTURE_SECURE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.keyguard.layout"
                    android:resource="@layout/keyguard_widget" />
        </activity>

        <activity-alias android:icon="@mipmap/ic_launcher_camera"