I am updating my app to support Runtime Permissions.
I am starting with a simple test app to see how this works with the Licence check code that needs android.permission.READ_PHONE_STATE which is considered "dangerous".
When I ran the app I was shocked to see the popup message the user is given. It says:
The user is then given the options of DENY or ALLOW.
On seeing this type of message even I would select DENY.
Is there a way to get a message to be displayed that is closer to the type of permission that is actually being requested which is only to get the phone state not to make any calls.
I am starting with a simple test app to see how this works with the Licence check code that needs android.permission.READ_PHONE_STATE which is considered "dangerous".
When I ran the app I was shocked to see the popup message the user is given. It says:
Allow APP_NAME to make and manage phone calls?
The user is then given the options of DENY or ALLOW.
On seeing this type of message even I would select DENY.
Is there a way to get a message to be displayed that is closer to the type of permission that is actually being requested which is only to get the phone state not to make any calls.