Revert "[DO NOT MERGE] Turn off FOLDER_NAME_SUGGEST feature flag"

This reverts commit a299714c7a.

Reason for revert: PM decided to keep it on until R release to not have press write about feature going away.

Change-Id: I83c21e3938c38632e267498ba326d0da075e5dc8
This commit is contained in:
Hyunyoung Song
2020-03-18 22:23:49 +00:00
parent a299714c7a
commit 9720993e9d
@@ -109,7 +109,7 @@ public abstract class BaseFlags {
"Rotate launcher UI instead of using transposed layout");
public static final TogglableFlag FOLDER_NAME_SUGGEST = new TogglableFlag(
"FOLDER_NAME_SUGGEST", false,
"FOLDER_NAME_SUGGEST", true,
"Suggests folder names instead of blank text.");
public static final TogglableFlag APP_SEARCH_IMPROVEMENTS = new TogglableFlag(