Home | History | Annotate | Download | only in launcher2

Lines Matching refs:chooser

1953         Intent chooser = Intent.createChooser(pickWallpaper,
1955 // NOTE: Adds a configure option to the chooser if the wallpaper supports it
1964 // chooser.putExtra(Intent.EXTRA_INITIAL_INTENTS, new Intent[] { li });
1966 startActivityForResult(chooser, REQUEST_PICK_WALLPAPER);