How to grant system permission

后端 未结 3 1918
盖世英雄少女心
盖世英雄少女心 2020-12-21 12:45

I am just trying to clear the app data and getting below error

java.lang.SecurityException: Neither user 10028 nor current process has 
android.permission.CL         


        
3条回答
  •  执念已碎
    2020-12-21 13:13

    go to manifest-> permissions tab-> add permission-> select uses-permissions-> select specific permission-> save.

提交回复
热议问题