Loading src/com/android/launcher3/config/FeatureFlags.java +7 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,13 @@ public final class FeatureFlags { getDebugFlag("ENABLE_FLOATING_SEARCH_BAR", false, "Keep All Apps search bar at the bottom (but above keyboard if open)"); public static final BooleanFlag INJECT_WEB_TOP = new DeviceFlag("INJECT_WEB_TOP", false, "Show web suggestions on top of the search results"); public static final BooleanFlag USE_FALLBACK_APP_SEARCH = new DeviceFlag( "USE_FALLBACK_APP_SEARCH", false, "Use fallback launcher app search results instead of AiAi app results"); public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag( "COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log"); Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +7 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,13 @@ public final class FeatureFlags { getDebugFlag("ENABLE_FLOATING_SEARCH_BAR", false, "Keep All Apps search bar at the bottom (but above keyboard if open)"); public static final BooleanFlag INJECT_WEB_TOP = new DeviceFlag("INJECT_WEB_TOP", false, "Show web suggestions on top of the search results"); public static final BooleanFlag USE_FALLBACK_APP_SEARCH = new DeviceFlag( "USE_FALLBACK_APP_SEARCH", false, "Use fallback launcher app search results instead of AiAi app results"); public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag( "COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log"); Loading