简体   繁体   中英

Revoking Runtime Permission in Android

For API level >= 23, is there any way to revoke a previously granted permission programmatically without removing it from manifest? Is there a method in the API to do that?

No, there is no such a method. Users can revoke granted permissions only from Settings -> Applications -> your_application -> Permissions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM