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

Commit 48f19a06 authored by Shreerag Jayakrishnan's avatar Shreerag Jayakrishnan
Browse files

Update enforcement for wallpaper scaling to post B

Flag: NONE purely updating enforcement target release
Bug: 343950175
Change-Id: I800c43abcc24cc002f8fa6f4d8bc9e853afcea84
parent 6f17e8dc
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 {