commit | 8259314bf197b4250f8b480d67c27ccd0dbfbf0f | [log] [tgz] |
---|---|---|
author | Arne Coucheron <arco68@gmail.com> | Wed Jun 28 02:20:46 2017 +0200 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Tue Aug 20 21:34:57 2024 +0200 |
tree | 8c25ce30b31014d8abac5c249f7a1fe3f158b084 | |
parent | bea5b80eb85a1f5eefadbc83a63f95496afca94c [diff] |
Disable QSB on first screen by default Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
diff --git a/src_build_config/com/android/launcher3/BuildConfig.java b/src_build_config/com/android/launcher3/BuildConfig.java index 1f2e0e5..ab6c528 100644 --- a/src_build_config/com/android/launcher3/BuildConfig.java +++ b/src_build_config/com/android/launcher3/BuildConfig.java
@@ -24,7 +24,7 @@ * Flag to state if the QSB is on the first screen and placed on the top, * this can be overwritten in other launchers with a different value, if needed. */ - public static final boolean QSB_ON_FIRST_SCREEN = true; + public static final boolean QSB_ON_FIRST_SCREEN = false; /** * Flag to control various developer centric features