summaryrefslogtreecommitdiffstats
path: root/src_config
diff options
context:
space:
mode:
Diffstat (limited to 'src_config')
-rw-r--r--src_config/com/android/launcher3/config/FeatureFlags.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src_config/com/android/launcher3/config/FeatureFlags.java b/src_config/com/android/launcher3/config/FeatureFlags.java
index 9806afd21..69d8f0f5f 100644
--- a/src_config/com/android/launcher3/config/FeatureFlags.java
+++ b/src_config/com/android/launcher3/config/FeatureFlags.java
@@ -33,4 +33,6 @@ public final class FeatureFlags {
// Feature flag to enable moving the QSB on the 0th screen of the workspace
public static final boolean QSB_ON_FIRST_SCREEN = true;
+ // When enabled the all-apps icon is not added to the hotseat.
+ public static final boolean NO_ALL_APPS_ICON = true;
}