Loading src/com/android/launcher3/config/FeatureFlags.java +2 −2 Original line number Diff line number Diff line Loading @@ -316,8 +316,8 @@ public final class FeatureFlags { "SCROLL_TOP_TO_RESET", true, "Bring up IME and focus on " + "input when scroll to top if 'Always show keyboard' is enabled or in prefix state"); public static final BooleanFlag POPUP_MATERIAL_U = new DeviceFlag( "POPUP_MATERIAL_U", false, "Switch popup UX to use material U"); public static final BooleanFlag ENABLE_MATERIAL_U_POPUP = getDebugFlag( "ENABLE_MATERIAL_U_POPUP", false, "Switch popup UX to use material U"); public static final BooleanFlag ENABLE_SEARCH_UNINSTALLED_APPS = new DeviceFlag( "ENABLE_SEARCH_UNINSTALLED_APPS", false, "Search uninstalled app results."); Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +2 −2 Original line number Diff line number Diff line Loading @@ -316,8 +316,8 @@ public final class FeatureFlags { "SCROLL_TOP_TO_RESET", true, "Bring up IME and focus on " + "input when scroll to top if 'Always show keyboard' is enabled or in prefix state"); public static final BooleanFlag POPUP_MATERIAL_U = new DeviceFlag( "POPUP_MATERIAL_U", false, "Switch popup UX to use material U"); public static final BooleanFlag ENABLE_MATERIAL_U_POPUP = getDebugFlag( "ENABLE_MATERIAL_U_POPUP", false, "Switch popup UX to use material U"); public static final BooleanFlag ENABLE_SEARCH_UNINSTALLED_APPS = new DeviceFlag( "ENABLE_SEARCH_UNINSTALLED_APPS", false, "Search uninstalled app results."); Loading