I am writing an app that allows a user to set the phone's wallpaper from a list of pictures. By default it scrolls across the multiple home screens. I want the wallpaper on the home screen to be a static non-scrolling image.
What can I do programmatically to achieve this? Is this even possible?
I am using wallpaperManager.setResource(...); to set the wallpaper.
Tried wallpaperManager.setWallpaperOffsetSteps(0,0); -- did not solve it.
Thanks in advance