消除「Permission is only granted to system apps」錯誤

在AndroidManifest.xml中使用了以下的配置:android

<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.DELETE_PACKAGES" />

就會報錯:Permission is only granted to system apps安全

緣由以下:app

此類權限僅授予系統級應用,能夠修改下Link Error Checking項的安全級別;spa

解決辦法:code

In Eclipse: Window -> Preferences -> Android -> Lint Error Checkingxml

在ID列找到 Correctness -> ProtectedPermission,設置Serverity低於Error,好比Warning級別就行了。ip

相關文章
相關標籤/搜索