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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -