Merge \\"Turn down factory-default lock wallpaper support\\" into nyc-dev am: 52e323bd38
am: 4676cc96ac
Change-Id: I14d78f7d229c3691c11462c0e293219603f1ef2e
This commit is contained in:
@@ -1576,8 +1576,11 @@ public class WallpaperManager {
|
||||
final String whichProp;
|
||||
final int defaultResId;
|
||||
if (which == FLAG_LOCK) {
|
||||
/* Factory-default lock wallpapers are not yet supported
|
||||
whichProp = PROP_LOCK_WALLPAPER;
|
||||
defaultResId = com.android.internal.R.drawable.default_lock_wallpaper;
|
||||
*/
|
||||
return null;
|
||||
} else {
|
||||
whichProp = PROP_WALLPAPER;
|
||||
defaultResId = com.android.internal.R.drawable.default_wallpaper;
|
||||
|
||||
Reference in New Issue
Block a user