Aah - I see what you're saying. The Intent is what you originally set
it to (in this case ACTION_SET_WALLPAPER). What I really meant what
action/activity was launched, but that is an obvious answer - whoever
writes an activity that has an intent filter for the given intent. In
this case - its the wallpaper chooser (Wallpaper Gallery) and the the
Pictures (Picture Viewer). Is there a quick way to find out the
various intent filters that each activities have?

Rohit


On Feb 9, 3:24 pm, Dianne Hackborn <[email protected]> wrote:
> I'm not sure I understand your question.  When you use ACTION_CHOOSER, you
> are bringing up a dialog showing all of the activities that have an
> intent-filter matching the Intent you have supplied.  When the user selects
> one of those, it simply launches the Intent you originally specified with
> the component set to the explicit component of the activity the user
> picked.  There are no other Intents involved.
>
>
>
> On Mon, Feb 9, 2009 at 3:00 PM, Rohit <[email protected]> wrote:
>
> > I have the same question. What intent/action is used to show the
> > Wallpaper chooser after the initial ACTION_CHOOSER to show the
> > possible choices for setting the wallpaper from?
>
> > Thanks
> > Rohit
>
> > On Feb 2, 3:23 pm, Layeeq <[email protected]> wrote:
> > > In Launcher application,  ACTION_CHOOSER intent is used to show
> > > possible choices for settingwallpaperfrom.  I could not find
> > > ACTION_SET_WALLPAPER in any AndroidManifest.xml.   What ACTION does it
> > > use to identify the possible choices (gallery,  wallpaper)?  Is this
> > > PICK_ACTION?
>
> > > Thanks,  Layeeq
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to