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). Maybe because I was installing/removing the app quite some times that it started failing... But then why did it start again after two days or something..? No idea but I can use my app again so me happy :)
Thanks for the help anyway!!! Kr, Dirk On Jan 10, 10:09 am, Kostya Vasilyev <[email protected]> wrote: > 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.h... > > > > The name of a permission that clients must have to launch the activity or > otherwise get it to respond to an intent. If a caller of > startActivity()<http://developer.android.com/reference/android/content/Context.html#s...)> > or > startActivityForResult()<http://developer.android.com/reference/android/app/Activity.html#star..., > int)> has not been granted the specified permission, its intent will not be > delivered to the activity. > <<< > > -- Kostya > > 10 января 2012 г. 10:30 пользователь Dirk Vranckaert < > [email protected]> написал: > > > > > > > > > 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 to call the activity. > > > Any ideas? > > > Kind Regards, > > > Dirk > > > On Jan 9, 11:43 pm, Jonathan S <[email protected]> wrote: > > > Look inhttps:// > > developer.android.com/guide/topics/manifest/activity-element.... > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

