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

Commit e81f58e3 authored by Shreerag Jayakrishnan's avatar Shreerag Jayakrishnan
Browse files

Update enforcement of wallpaper zooming for Wear to W.

We have decided to push out enforcement of DWF, so this enforcement also needs to be pushed out.

Bug: 272527315
Change-Id: If72b142addaebe4b3a0a41a328a10d01878c4c4e
parent 1836f6d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ public abstract class WallpaperService extends Service {
     * @hide
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.VANILLA_ICE_CREAM)
    public static final long WEAROS_WALLPAPER_HANDLES_SCALING = 272527315L;

    static final class WallpaperCommand {