Permission is only granted to system app

来源:互联网 发布:制作价格表的软件 编辑:程序博客网 时间:2024/05/19 16:21

In Eclipse:

Window -> Preferences -> Android -> Lint Error Checking.

In the list find an entry with ID = ProtectedPermission. Set the Severity to something lower than Error. This way you can still compile the project using Eclipse.

In Android Studio:

File -> Settings -> Inspections

Under Android Lint, locate Using system app permission. Either uncheck the checkbox or choose a Severity lower than Error.

0 0
原创粉丝点击