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

Commit 471d8986 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Add keyguard camera widget meta-data to gallery manifest.

bug:7445471

Change-Id: I420ec1c44e32332d6e7f6023471f34f726fed264
parent 589381bf
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"