当前位置: 代码迷 >> Android >> Android 中出现这么的警告 Exported service does not require permission
  详细解决方案

Android 中出现这么的警告 Exported service does not require permission

热度:276   发布时间:2016-05-01 12:09:09.0
Android 中出现这样的警告 Exported service does not require permission
这个警告出现在android工程中的AndroidManifest.xml中,那位谁能说说这是什么原因啊?!

------解决方案--------------------
需要权限啊,你要看详细提示,里面会提示具体缺少了哪个权限,然后在AndroidManifest.xml里面加入对应的权限就可以了。
  相关解决方案