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

Commit c9981fa8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CameraExtensionProxy: Add queries intent in AndroidManifest" into sc-v2-dev am: b027e634

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16095480

Change-Id: I516cfd5587d5aacff0b92352197e050e8b9f7792
parents 9eac3de6 b027e634
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.cameraextensions">

    <queries>
        <intent>
            <action android:name="androidx.camera.extensions.action.VENDOR_ACTION" />
        </intent>
    </queries>

    <application
        android:label="@string/app_name"
        android:defaultToDeviceProtectedStorage="true"