The wallpaper in Galaxy S III (android 4.1) device doesn't scroll (panning). Scrolling occurs as expected with Galaxy S II (android 2.3) device. I'm using the following code:
wallpaperManager = WallpaperManager.getInstance(this);
wallpaperDrawable = wallpaperManager.getDrawable();
wallpaperManager.setBitmap(mBitmap);
Is there an option to make the wallpaper be same (scroll or not) in both devices?