当前位置:操作系统 > 安卓/Android >>

requires android.permission.CALL_PHONE解决办法

异常信息:
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL dat=tel:xxx-xxx-xxxx cmp=com.android.phone/.OutgoingCallBroadcaster } from ProcessRecord{406ceac8 342:com.example.ex_37/10043} (pid=342, uid=10043) requires android.permission.CALL_PHONE
分析原因:
由于我的应用要拨打电话,所以需要配置相应的权限信息
解决办法:
需要在(功能清单文件中)AndroiManifest.xml    Application外添加<uses-permission android:name="android.permission.CALL_PHONE"/>
 
补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,