Merge "Add flag to control show/hide keyboard suggestion strip." into tm-qpr-dev

This commit is contained in:
Holly Jiuyu Sun
2022-09-27 23:49:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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");