I'm working on an Android app that uses SEEK for Android to access the SIM card. I need the following permission :
<uses-permission android:name="org.simalliance.openmobileapi.SMARTCARD"/>
The protection level of this permission is "dangerous", so i have to ask the user to grant the app this permission at run time (otherwise it throws a SecurityException). But the message in the dialog says that the app wants to perform an unknown action (see image below).
How can i custom this dialog so the user knows the app needs the Smartcard permission ?