Merge "Add CONTAINER_WALLPAPERS for storing wallpaper info." into sc-v2-dev am: a682cda639 am: b5aa6aa28b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15749700

Change-Id: Ifbbf361ec562b0bda186687417d7e1aab6e370af
diff --git a/src/com/android/launcher3/LauncherSettings.java b/src/com/android/launcher3/LauncherSettings.java
index d663480..03e4ee7 100644
--- a/src/com/android/launcher3/LauncherSettings.java
+++ b/src/com/android/launcher3/LauncherSettings.java
@@ -199,6 +199,7 @@
         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;