码迷,mamicode.com
首页 > 移动开发 > 详细

Android--消除“Permission is only granted to system apps”错误

时间:2014-10-11 13:44:25      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   io   使用   ar   sp   art   on   

原文:http://blog.csdn.net/gaojinshan/article/details/14230673

 

 

在AndroidManifest.xml中使用了如下的配置:
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />

就会报错:Permission is only granted to system apps

原因如下:
此类权限仅授予系统级应用,可以修改下Link Error Checking项的安全级别;
In Eclipse: Window -> Preferences -> Android -> Lint Error Checking
在ID列表中,找到ID = ProtectedPermission,设置Serverity低于Error,比如Warning级别就好了。

Android--消除“Permission is only granted to system apps”错误

标签:android   blog   http   io   使用   ar   sp   art   on   

原文地址:http://www.cnblogs.com/tianciliangen/p/4018577.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!