Merge "Enables Enhanced Smartspace by default." into sc-dev

This commit is contained in:
TreeHugger Robot 2021-07-28 00:01:31 +00:00 committed by Android (Google) Code Review
commit ce4bdd3561
1 changed files with 2 additions and 2 deletions

View File

@ -175,8 +175,8 @@ public final class FeatureFlags {
"ENABLE_SMARTSPACE_UNIVERSAL", false, "ENABLE_SMARTSPACE_UNIVERSAL", false,
"Replace Smartspace with a version rendered by System UI."); "Replace Smartspace with a version rendered by System UI.");
public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = new DeviceFlag( public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = getDebugFlag(
"ENABLE_SMARTSPACE_ENHANCED", false, "ENABLE_SMARTSPACE_ENHANCED", true,
"Replace Smartspace with the enhanced version. " "Replace Smartspace with the enhanced version. "
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled."); + "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");