[android-developers] Re: How ACTION_CHOOSER picks choices for ACTION_SET_WALLPAPER

2009-02-10 Thread Rohit
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

[android-developers] Re: How ACTION_CHOOSER picks choices for ACTION_SET_WALLPAPER

2009-02-10 Thread Rohit
ACTION_SET_WALLPAPER can be found in the manifest file for the Launcher Rohit On Feb 2, 3:23 pm, Layeeq nlah...@gmail.com wrote: In Launcher application,  ACTION_CHOOSER intent is used to show possible choices for setting wallpaper from.  I could not find ACTION_SET_WALLPAPER in any

[android-developers] Re: How ACTION_CHOOSER picks choices for ACTION_SET_WALLPAPER

2009-02-09 Thread Rohit
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 nlah...@gmail.com wrote: In Launcher application,  ACTION_CHOOSER intent is

[android-developers] Re: How ACTION_CHOOSER picks choices for ACTION_SET_WALLPAPER

2009-02-09 Thread Dianne Hackborn
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