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

Commit 0943f96f authored by Shreerag Jayakrishnan's avatar Shreerag Jayakrishnan Committed by Android (Google) Code Review
Browse files

Merge "Update enforcement for wallpaper scaling to post B" into main

parents 57d6b760 48f19a06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -221,14 +221,14 @@ public abstract class WallpaperService extends Service {

    /**
     * Wear products currently force a slight scaling transition to wallpapers
     * when the QSS is opened. However, on Wear 6 (SDK 35) and above, 1P watch faces
     * when the QSS is opened. However, on Wear 7 (SDK 37) and above, 1P watch faces
     * will be expected to either implement their own scaling, or to override this
     * method to allow the WallpaperController to continue to scale for them.
     *
     * @hide
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.VANILLA_ICE_CREAM)
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.BAKLAVA)
    public static final long WEAROS_WALLPAPER_HANDLES_SCALING = 272527315L;

    static final class WallpaperCommand {