Reputation: 1
I have written a live wallpaper for android it works fine in the live wallpaper picker but will not set when i click set wallpaper. I know my launcher supports live wallpapers because I have one running, and the same thing happens on both my phone and the emulator.
Upvotes: 0
Views: 597
Reputation: 639
A little more information on your issue would be nice actually so i can give you only general advices:
android:permission="android.permission.BIND_WALLPAPER"
to your manifest;Debug.waitForDebugger
instruction which was ok in debug mode but blocked installation in release mode.Upvotes: 1