java - Revoking Runtime Permission in Android -


for api level >= 23, there way revoke granted permission programmatically without removing manifest? there method in api that?

no, there no such method. users can revoke granted permissions settings -> applications -> your_application -> permissions.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -