Android CALL_PHONE权限问题
问题描述:
我的应用程序没有使用CALL_PHONE权限,也没有在清单中声明它,但是在安装该应用程序时,它表明该应用程序正在使用CALL_PHONE权限.请帮我解决这个问题.我正在为Android 1.6开发,并已安装该应用程序以便通过SDCard进行测试.
My App is not using the CALL_PHONE permission neither I've declared it in the manifest, but while installing the app, it shows that app is using CALL_PHONE permission. Please help me about this. I am developing for Android 1.6 and have installed the app for testing from SDCard.
答
如果您使用minsdkversion为4或更高版本,则此问题将消失.
If you use minsdkversion as 4 or above this issue will disappear.
检查此链接 Android权限:电话:读取电话状态和身份