From aff443c859bedf304393eb04df00e994f8caa960 Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Mon, 9 Aug 2021 16:28:53 -1000 Subject: [PATCH] Deletes old feature flags. Bug: 179949436 Test: Manual Change-Id: I452ced13142c41e8b07689d75757c6e79acee050 --- src/com/android/launcher3/config/FeatureFlags.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index 796c91213e..8f29426fb9 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -154,15 +154,6 @@ public final class FeatureFlags { "ENABLE_DATABASE_RESTORE", false, "Enable database restore when new restore session is created"); - public static final BooleanFlag ENABLE_SMARTSPACE_UNIVERSAL = getDebugFlag( - "ENABLE_SMARTSPACE_UNIVERSAL", false, - "Replace Smartspace with a version rendered by System UI."); - - public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = getDebugFlag( - "ENABLE_SMARTSPACE_ENHANCED", true, - "Replace Smartspace with the enhanced version. " - + "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled."); - public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = getDebugFlag( "ENABLE_SMARTSPACE_DISMISS", true, "Adds a menu option to dismiss the current Enhanced Smartspace card.");