[android-developers] Re: trying to launch Android 2's Gallery .. security exception

2010-02-15 Thread Scytmo
(Replying to a slightly old thread) The answer is here: http://developer.android.com/guide/topics/manifest/activity-element.html#exported In 1.0 the activity had an intent-filter, and was therefore exported (available to other components). In eclair it does not have an intent-filter, and is

[android-developers] Re: trying to launch Android 2's Gallery .. security exception

2010-01-27 Thread DulcetTone
Understood. I'm trying to invoke this class because it was programmatically found to exist previously. On Jan 23, 5:57 pm, dan raaka danra...@gmail.com wrote: on the tangential topic .. it is harmful to assume that the classname you are using will exist on ALL andorid devices. -Dan --

Re: [android-developers] Re: trying to launch Android 2's Gallery .. security exception

2010-01-27 Thread Mark Murphy
Understood. I'm trying to invoke this class because it was programmatically found to exist previously. I seem to recall a related case (trying to launch a video into Gallery) being asked a month or so ago on this list. The upshot was that just because an activity exists does not mean you can