From a9e2f5abb3c21d9721939c625ffb0caabb34e8d9 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 10 Jun 2016 12:22:04 -0700 Subject: Adding a DB update path to handle the QSB position change > Renamed the id of 1st screen to 0 and making space for the QSB by running the grid migration task. > Added a feature flag to easily disable the QSB-in-workspace behavior Change-Id: Ie3369f0d4433d916e9d6215d414770d4333f3e26 --- src_config/com/android/launcher3/config/FeatureFlags.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src_config') diff --git a/src_config/com/android/launcher3/config/FeatureFlags.java b/src_config/com/android/launcher3/config/FeatureFlags.java index 2b9e6ce3d..9806afd21 100644 --- a/src_config/com/android/launcher3/config/FeatureFlags.java +++ b/src_config/com/android/launcher3/config/FeatureFlags.java @@ -30,4 +30,7 @@ public final class FeatureFlags { public static boolean LAUNCHER3_USE_SYSTEM_DRAG_DRIVER = false; public static boolean LAUNCHER3_DISABLE_PINCH_TO_OVERVIEW = false; public static boolean LAUNCHER3_ALL_APPS_PULL_UP = true; + + // Feature flag to enable moving the QSB on the 0th screen of the workspace + public static final boolean QSB_ON_FIRST_SCREEN = true; } -- cgit v1.2.3