1.在androidstudio添加权限的时候报 "Permission is only granted to system apps..."的错误

消除Permission is only granted to system apps报错

解决方法:

在报错的地方添加

tools:ignore="ProtectedPermissions"

同时在manifest标签里添加;

 xmlns:tools="http://schemas.android.com/tools"

消除Permission is only granted to system apps报错

相关文章:

  • 2021-11-25
  • 2021-06-27
  • 2021-07-18
  • 2021-06-30
  • 2022-12-23
  • 2022-02-15
  • 2021-05-29
猜你喜欢
  • 2021-06-21
  • 2022-12-23
  • 2021-07-27
  • 2021-09-14
  • 2021-08-12
相关资源
相似解决方案