0
There are some app’s that when we will open for the first time it asks the user for permission to activate certain device features such as camera, contacts calendar, etc...
How to make the permission request at the moment it is opened instead of the moment the installation is made?
When you make use of
camera
for example, once you run such a function, it will ask for permission.– Rafael Augusto
This does not happen. Only at the time of installation and not at the time of execution. I’m testing on a motog5, this would have some influence on android version, settings etc?
– Anderson Brunel Modolon
Yes, there is. If you quote what permissions you are trying to access, it is easier to help you
– Rafael Augusto
The permissions the app should ask the user when it opens are: Identity, Contacts, Location, SMS, Phone, Photos/media/files, Camera, Wifi connection information, Device ID/Call information, Device IMEI
– Anderson Brunel Modolon
Focus is on the device asking for permissions the moment it is opened by the user.
– Anderson Brunel Modolon