No, it is not fixed at all, and you do not control what it contains. This does a query on the package manager for all activities that can handle the Intent and presents the list to theuser.
On Mon, Sep 14, 2009 at 10:33 PM, Rabbit <[email protected]> wrote: > > Hi, i am new from this field. > Recently i learned about createChooaer from " Launcher " > > Intent intent = new Intent(Intent.ACTION_SET_WALLPAPER); > startActivity(Intent.createChooser(intent, "Select Wallpaper")); > > is it possible if i would like to add other selection in this chooser? > or "Picture" & "Wallpaper gallery" is the fixed selection??? > > if i would like to add another selection what should i do? > please kindly give me some advice. > > Many thanks for your help > > > > -- 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, and so won't reply to such e-mails. 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 -~----------~----~----~----~------~----~------~--~---

