Reputation: 3967
I am developing a live wallpaper for android. i have pretty much follow android's cube live wallpaper example, but i am getting crashes when Configuring the live wallpaper
to clarify, it doesn't crash when i
but it does crash when i
appreciate any help.
EDIT: BTW, nothing from logcat.
Upvotes: 3
Views: 916
Reputation: 3967
never mind. figured out what i did wrong. added android:permission="android.permission.BIND_WALLPAPER" to Application tag instead of Service tag like i should have.
Upvotes: 1