[android-developers] Re: Permission Denial: starting Intent when launching my activity from my widget

2012-01-11 Thread Dirk Vranckaert
Problem solved... How? I don't have a clue... But it's solved. At 4PM yesterday I tried to push the button on my widget, still same problem. At 8PM I tried it again and suddenly it worked... I did not install any upgrade or whatever so it must have been a failure of my Android device (Nexus1).

Re: [android-developers] Re: Permission Denial: starting Intent when launching my activity from my widget

2012-01-10 Thread Kostya Vasilyev
From those logcat messages, I'd think that you have android:permission attributes on the activity or application in your manifest. http://developer.android.com/guide/topics/manifest/activity-element.html#prmsn The name of a permission that clients must have to launch the activity or otherwise

[android-developers] Re: Permission Denial: starting Intent when launching my activity from my widget

2012-01-09 Thread Jonathan S
Look in https://developer.android.com/guide/topics/manifest/activity-element.html#exported -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Permission Denial: starting Intent when launching my activity from my widget

2012-01-09 Thread Dirk Vranckaert
Yes ok but it doesn't make much sense that I should set the export- property for 2 of my 3 activities that I'm calling from my widget, certainly not that it worked before... The android:exported property is only ment to be set to true if other components (so from other applications) must be able