Galaxy S III (android 4.1) 设备中的壁纸无法滚动(平移)。Galaxy S II (android 2.3) 设备会按预期发生滚动。我正在使用以下代码:
wallpaperManager = WallpaperManager.getInstance(this);
wallpaperDrawable = wallpaperManager.getDrawable();
wallpaperManager.setBitmap(mBitmap);
是否可以选择使两个设备中的墙纸相同(滚动或不滚动)?