Unable to start activity異常的解決方案

當時我正在測試一個用戶身份驗證組件。使用的是android內置的Accounts API。當時的狀況是,須要在App2中調用App1的用戶身份驗證組件,可是不知道爲何登入界面老是沒法正常開啓。後來我在LogCat中發現了下面這段信息:java

 

java.lang.RuntimeException: Unable to start activity ComponentInfo {xxxx}: java.lang.SecurityException: Permission Denial: starting Intent {xxxx} from ProcessRecord {xxxx} (pid=xxxx, uid=xxxx) not exported from uid xxxx

 

這是因爲什麼致使的?解決方案是什麼?若是你對此有興趣,請移步到個人blog,地址以下:android

 

 

地址:http://kohoh1992.github.io/ActivityNotExported/git

 

哦,對了。忘記補充了,這裏的文章所有都是我我的blog上的副本。若是你對個人blog有興趣,請移步至 http://kohoh1992.github.iogithub

相關文章
相關標籤/搜索