标签:securityexception 异常 exported
E/AndroidRuntime( 1516): java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.autonavi.xmgd.navigator/.SelectPath_Available } from ProcessRecord{415b7c00 1516:com.flyaudio.mmsinterceptor/u0a48} (pid=1516, uid=10048) not exported from uid 10045
从一个程序A中启动另一个程序B出现上述异常,原因是该程序B程序中配置了
android:exported=["true" | "false"] 是否允许activity被其它程序调用
默认为true
Permission Denial not exported from uid
标签:securityexception 异常 exported
原文地址:http://blog.csdn.net/tangnengwu/article/details/42526073