首页 > 移动平台 > 详细

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

时间:2015-02-09 20:10:25      阅读:240      评论:0      收藏:0      [点我收藏+]

原文: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”错误

原文:http://www.cnblogs.com/wenfei123chai/p/4282106.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!