AndroidManifest中提示Permission is only granted to system apps

AndroidManifest Permission is only granted to system apps

错误提示如下

image

解决方案:

将错误提醒改为警告

AndroidManifest中提示Permission is only granted to system apps_第1张图片
image

然后同步一下项目,就可以看到AndroidManifest中的错误信息变为警告了.

你可能感兴趣的:(AndroidManifest中提示Permission is only granted to system apps)