When testing my APP for permissions I selected Deny.
My APP sees it was denied a specific permission that it needs, puts out an error message explaining this permission is needed and terminates.
NOW, the next time the user starts my APP it again (because the user Deny the permission) asks for the permission BUT this time Google / Android adds a "Don't ask again" radio button.
If the user thinks they are going to try and get my app to bypass the permission and selects "Don't ask again" and then selects Deny. Again my program puts out an Error message explaining I need the permission and terminates.
BUT now the user can never run my program.
Because they selected Don't ask again.
The next time they start my program I just get the Deny and put out an error message and terminate
Is the ANY way of stopping this "Don't ask again" from showing or being selected on a permissions message?
My APP sees it was denied a specific permission that it needs, puts out an error message explaining this permission is needed and terminates.
NOW, the next time the user starts my APP it again (because the user Deny the permission) asks for the permission BUT this time Google / Android adds a "Don't ask again" radio button.
If the user thinks they are going to try and get my app to bypass the permission and selects "Don't ask again" and then selects Deny. Again my program puts out an Error message explaining I need the permission and terminates.
BUT now the user can never run my program.
Because they selected Don't ask again.
The next time they start my program I just get the Deny and put out an error message and terminate
Is the ANY way of stopping this "Don't ask again" from showing or being selected on a permissions message?