Enable folder name suggest feature
Change-Id: I9007a7e5b07dd832a63793de25227af6aaa9377c
This commit is contained in:
@@ -90,7 +90,7 @@ public final class FeatureFlags {
|
||||
"FAKE_LANDSCAPE_UI", false, "Rotate launcher UI instead of using transposed layout");
|
||||
|
||||
public static final BooleanFlag FOLDER_NAME_SUGGEST = getDebugFlag(
|
||||
"FOLDER_NAME_SUGGEST", false, "Suggests folder names instead of blank text.");
|
||||
"FOLDER_NAME_SUGGEST", true, "Suggests folder names instead of blank text.");
|
||||
|
||||
public static final BooleanFlag APP_SEARCH_IMPROVEMENTS = new DeviceFlag(
|
||||
"APP_SEARCH_IMPROVEMENTS", false,
|
||||
|
||||
Reference in New Issue
Block a user