Merge "Adding feature to automatically show keyboard in all-apps" into tm-dev am: 7869000544
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18206142 Change-Id: I578bbe9053d9ef0d4a8f4980c27d6e9d3be9b982 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -261,6 +261,10 @@ public final class FeatureFlags {
|
||||
public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag(
|
||||
"ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SHOW_KEYBOARD_IN_ALL_APPS = getDebugFlag(
|
||||
"ENABLE_SHOW_KEYBOARD_IN_ALL_APPS", false,
|
||||
"Enable option to show keyboard when going to all-apps");
|
||||
|
||||
public static final BooleanFlag USE_LOCAL_ICON_OVERRIDES = getDebugFlag(
|
||||
"USE_LOCAL_ICON_OVERRIDES", true,
|
||||
"Use inbuilt monochrome icons if app doesn't provide one");
|
||||
|
||||
Reference in New Issue
Block a user