Launcher3: disable hard-wired QuickSearchBox widget

Change-Id: I96e36e5daa4dea25fec1e0a7075de56f5f38ee01
This commit is contained in:
Daniel Micay 2016-12-06 22:05:39 -05:00 committed by Jake Weinstein
parent c1533a9a2f
commit 699e9a7def
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ public final class BuildConfig {
* 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;
}