Merge "CameraExtensionProxy: Add queries intent in AndroidManifest" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b027e634e8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user