>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 get it to respond to an intent. If a caller of startActivity()<http://developer.android.com/reference/android/content/Context.html#startActivity(android.content.Intent)> or startActivityForResult()<http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent, 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

