0

I am using this example to make a live wallpaper app. How can I open the live wallpaper screen automatically when my app installs?

Community
  • 1
  • 1
124697
  • 22,097
  • 68
  • 188
  • 315

1 Answers1

0

This is not possible with the Android API.

Even if you find a way or a hack to achieve this, I am pretty sute this will get fixed ASAP by Google or manufacturers

There is the ACTION_PACKAGE_ADDED Broadcast Intent, but the application being installed doesn't receive this.

Waza_Be
  • 39,407
  • 49
  • 186
  • 260