Instant Apps Camera Intent
问题 I developed and Instant App which one I would like to take a picture with the camera. Everything work if I launch the Installed App . But with Instant App , I get the following error : java.lang.SecurityException: Not allowed to start activity Intent { act=android.media.action.IMAGE_CAPTURE launchParam=MultiScreenLaunchParams { mDisplayId=0 mFlags=0 } Here my code : AndroidManifest.xml <uses-permission android:name="android.permission.CAMERA" /> Activity : private static int CAMERA_REQUEST =