I am using this example to make a live wallpaper app. How can I open the live wallpaper screen automatically when my app installs?
Asked
Active
Viewed 145 times
1 Answers
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