OSDN Git Service

Camera: allow instant app do IMAGE_CAPTURE
[android-x86/packages-apps-Camera2.git] / AndroidManifest.xml
index 2d0aeeb..ddb8920 100644 (file)
@@ -97,7 +97,8 @@
             android:label="@string/app_name"
             android:theme="@style/Theme.Camera"
             android:configChanges="orientation|screenSize|keyboardHidden"
-            android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
+            android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
+            android:visibleToInstantApps="true">
             <intent-filter>
                 <action android:name="android.media.action.IMAGE_CAPTURE" />
                 <category android:name="android.intent.category.DEFAULT" />