Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4676cc96 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge \"Turn down factory-default lock wallpaper support\" into nyc-dev

am: 52e323bd

Change-Id: I53421e5b2626029b3ddb9d987c553a5d42ca3162
parents cdca6fe8 52e323bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;