Android Wallpaper for Android

I am developing live wallpapers for Android. I pretty much follow examples of live wallpapers on Android sites, but I get crashes when setting up live wallpapers

to clarify, it does not crash when i

  • go to the live wallpaper selection screen
  • select my wallpaper
  • click here settings

but it falls when i

  • already set my wallpaper as live wallpaper
  • tap the screen to open the wallpaper (see the first image).
  • hit Configure ... (see second image)

appreciate any help.

enter image description hereenter image description here

EDIT: BTW, nothing from logcat.

+3
source share
1 answer

never mind. found out what i did wrong. added android: permission = "android.permission.BIND_WALLPAPER" to the application tag instead of the Service tag, as I should have.

+1

All Articles