Android Question Runtime Permission Prompt - what if "don't show again?"

Andris

Active Member
Licensed User
Longtime User
When a runtime permission prompt appears, there is a checkbox allowing the user to never show the prompt again (I'm running Oreo on a Pixel XL). If the box gets checked, is there a programmatic way to force the prompt to appear again, short of having my users uninstall/reinstall the app?
 

DonManfred

Expert
Licensed User
Longtime User
1 down vote

it seems there is no way to do that without uninstalling app or restarting permissions Android Developer

but if you want to restart the permissions Go to Application Manager -> App Permissions -> Requested Permission -> turn it off / on for your program .
 
Upvote 0
Top