Hi Everyone,
I'm using this line to make sure the user has permission to get the devices location when the user first installs the app.
It calls a dialogue box asking for access to the devices location. If the user taps "Deny" and starts up the app again, the same dialogue box is shown but this time it gives the user the option "Don't ask again". How do I stop "Don't ask again" from showing up on the dialogue box? I ask because some of my users are tapping "Don't ask again" and calling me up and I have to tell them they need to go to the app manager to allow the permission.
Thanks.
I'm using this line to make sure the user has permission to get the devices location when the user first installs the app.
B4X:
Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_ACCESS_FINE_LOCATION)
It calls a dialogue box asking for access to the devices location. If the user taps "Deny" and starts up the app again, the same dialogue box is shown but this time it gives the user the option "Don't ask again". How do I stop "Don't ask again" from showing up on the dialogue box? I ask because some of my users are tapping "Don't ask again" and calling me up and I have to tell them they need to go to the app manager to allow the permission.
Thanks.