mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Add flag to control show/hide keyboard suggestion strip." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c7d83bb14
@@ -97,6 +97,9 @@ public final class FeatureFlags {
|
||||
public static final BooleanFlag ENABLE_HIDE_HEADER = new DeviceFlag("ENABLE_HIDE_HEADER",
|
||||
true, "Hide header on keyboard before typing in all apps");
|
||||
|
||||
public static final BooleanFlag ENABLE_HIDE_HEADER_STATIC = new DeviceFlag(
|
||||
"ENABLE_HIDE_HEADER_STATIC", false, "Hide keyboard suggestion strip");
|
||||
|
||||
public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag(
|
||||
"COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user