AI 148592: Fix wallpaperchooser from previewing the default_wallpaper to wallpaper_lake. This issue is exposed
when we override the default wallpaper. BUG=1836838 Automated import of CL 148592
This commit is contained in:
parent
f40e4dd1cf
commit
c4c1f32159
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -60,7 +60,7 @@ public class WallpaperChooser extends Activity implements AdapterView.OnItemSele
|
|||
};
|
||||
|
||||
private static final Integer[] IMAGE_IDS = {
|
||||
com.android.internal.R.drawable.default_wallpaper,
|
||||
R.drawable.wallpaper_lake,
|
||||
R.drawable.wallpaper_sunset,
|
||||
R.drawable.wallpaper_beach,
|
||||
R.drawable.wallpaper_snow_leopard,
|
||||
|
|
Loading…
Reference in New Issue