summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shreerag Jayakrishnan <shreerag@google.com> 2024-03-18 19:22:34 +0000
committer Shreerag Jayakrishnan <shreerag@google.com> 2024-03-18 19:24:33 +0000
commite81f58e38164d4d0b176683494dafefacac3f74c (patch)
treefbe1afd033d38f17830cbd8cef43dce02197f125
parent1836f6d45cc995ea79c6b40827cd1bcbc9a8e5d2 (diff)
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
-rw-r--r--core/java/android/service/wallpaper/WallpaperService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/wallpaper/WallpaperService.java b/core/java/android/service/wallpaper/WallpaperService.java
index bbda0684f1d8..cd486d0e7c2e 100644
--- a/core/java/android/service/wallpaper/WallpaperService.java
+++ b/core/java/android/service/wallpaper/WallpaperService.java
@@ -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 {