Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
271 views

Handling Permissions: Making one activity of a large app into an instant app

I have been asked to make an instant app module openable from play store in a base app which I am working on. The base app is large with lots of activities. It also uses many more permissions than ...
Ritesh Singh's user avatar
1 vote
2 answers
576 views

Android instant app permission request dialog not shown

I'm currently working on instant apps for Android and I want to use the Camera. I'm requesting the camera permission in a Fragment, but the Permission request dialog doesn't appear. This is how I ...
Manuel Schmitzberger's user avatar
2 votes
1 answer
948 views

Camera Permission always denied without dialog shown on Google Pixel when running instant app

I am porting an existing application to an instant app that requires a camera permission to run. On Pixel 2 device and Samsung S8 the permission dialogue gets shown and I can request the permission. ...
Till Krempel's user avatar
5 votes
3 answers
1k views

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....
Pouicky's user avatar
  • 149