Merge "Add CONTAINER_WALLPAPERS for storing wallpaper info." into sc-v2-dev

This commit is contained in:
Brian Isganitis 2021-09-16 19:37:48 +00:00 committed by Android (Google) Code Review
commit a682cda639
1 changed files with 1 additions and 0 deletions

View File

@ -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;