android - How to bring up a list of live wallpapers -


i in process programming own active wallpaper , ready. accident discovered within single apk can have wallpaper service , ordinary app @ same time. noticed ordinary app arranged when run brings list of live wallpapers , can have toast message saying "click on super wallpaper open it". see example try "ocean" wallpaper on google play.

my question how programatically bring list of live wallpapers ocean does.

this how can list

 intent lv = new intent(wallpapermanager.action_live_wallpaper_chooser);     //toast     startactivity(lv); 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -