I want the user to be able to tap on my livewallpaper to select an image from gallery. Is it possible to do this? To make this question more generic, how can we perform a startActivityForResult from a live wallpaper service?
I have gone through this thread - Android liveWallpaper background where startActivity is implemented. I'm specifically looking for a callback from startActivityForResult.
Thanks