Is it possible to configure my project manifest, so that when a user presses "open" on the android market, my live wallpaper is applied straight away? Some users don't seem capable of figuring out that they need to apply a wallpaper after install.

Cheers

link|improve this question

In the worst case, you can always include an Activity with the MAIN/LAUNCHER intent-filter that sets the wallpaper and then exits. – Jave Dec 14 '11 at 11:56
feedback

1 Answer

up vote 3 down vote accepted

Unlike a static wallpaper, live wallpapers cannot be set programmatically, so the user will need to select it from the live wallpaper gallery manually. So all you can do really is add some instructions to your wallpapers description on the Android Market or add an Activity that will show an instruction popup and direct you to the live wallpaper gallery.

link|improve this answer
Thanks very much! – Noobatron Dec 14 '11 at 13:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.