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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user