exported service does not require permission

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

Android 中出现这样的警告 Exported service does not require permission
这个警告出现在android工程中的AndroidManifest.xml中,那位谁能说说这是什么原因啊?!

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