Launcher3: disable hard-wired QuickSearchBox widget
Change-Id: I96e36e5daa4dea25fec1e0a7075de56f5f38ee01
This commit is contained in:
parent
c1533a9a2f
commit
699e9a7def
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue