rameshchavan / dashclock

Automatically exported from code.google.com/p/dashclock
0 stars 0 forks source link

Can't launch an Intent -> SecurityException #251

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I have created a simple Intent (launch one of my Activities) but when I click 
on my extension I get this exception :

java.lang.SecurityException: Permission Denial: starting Intent { act=notif 
flg=0x1200c000 cmp=com.frandroid.app/.smartphone.DetailsArticlesActivity (has 
extras) } from ProcessRecord{422b0eb8 8426:net.nurik.roman.dashclock/u0a10091} 
(pid=8426, uid=10091) not exported from uid 10093

(Full logcat attached).

My activity has no special attribute.

Original issue reported on code.google.com by animatrix30 on 21 Feb 2013 at 1:55

Attachments:

GoogleCodeExporter commented 8 years ago
This exception should be trapped in a catch block; you may be using an older 
version of DashClock?

Also, the core problem is likely that you don't have android:exported="true" 
set on your activity.

Original comment by roman.nurik on 21 Feb 2013 at 2:06

GoogleCodeExporter commented 8 years ago

Original comment by roman.nurik on 21 Feb 2013 at 3:10