From f0ca4ae750d52fd53ad2e3b6999e75cd6e20ce0e Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Thu, 2 Sep 2021 16:08:29 -0400 Subject: [PATCH] Add CONTAINER_WALLPAPERS for storing wallpaper info. Test: No Bug: 188222480 Change-Id: Id85bd46cdd384b359de82f47530a269eee99dd02 --- src/com/android/launcher3/LauncherSettings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/android/launcher3/LauncherSettings.java b/src/com/android/launcher3/LauncherSettings.java index d663480a35..03e4ee767b 100644 --- a/src/com/android/launcher3/LauncherSettings.java +++ b/src/com/android/launcher3/LauncherSettings.java @@ -199,6 +199,7 @@ public class LauncherSettings { public static final int CONTAINER_WIDGETS_TRAY = -105; public static final int CONTAINER_BOTTOM_WIDGETS_TRAY = -112; public static final int CONTAINER_PIN_WIDGETS = -113; + public static final int CONTAINER_WALLPAPERS = -114; // Represents search results view. public static final int CONTAINER_SEARCH_RESULTS = -106; public static final int CONTAINER_SHORTCUTS = -107;