Android M: Programmatically revoke permissions

后端 未结 4 1689
时光取名叫无心
时光取名叫无心 2020-12-06 09:29

I am currently playing around with android m\'s new permission system. What i am planning is to add a screen to my in-app settings where the user can grant or revoke permiss

4条回答
  •  执念已碎
    2020-12-06 10:15

    for some special permission like SYSTEM_ALERT_WINDOW. you need this :

    adb shell appops set  SYSTEM_ALERT_WINDOW allow
    

提交回复
热议问题