Wallpaper change event
Can I get a wallpaper changed event in a broadcast receiver? I need to detect if the user changed the wall paper. How could I do it? What I am doing is this: I have an app that changes wallpaper automaticly. If the user changes it manually using a different aplication I would like to notice it and ask the users if he/she wants to add that new wallpaper to the list in my application There is only a broadcast for when a wallpaper image changes: http://developer.android.com/reference/android/content/Intent.html#ACTION_WALLPAPER_CHANGED To do what you want, you will need to have more logic to use