Loading packages/services/CameraExtensionsProxy/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
packages/services/CameraExtensionsProxy/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -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" Loading