Add feature flag for majority ranking.
Bug: 157907222 Change-Id: I72962c3c68559ce8d40ca4137e89b9cc2913825a
This commit is contained in:
parent
f6858198b9
commit
f4898452f7
|
@ -98,6 +98,10 @@ public final class FeatureFlags {
|
|||
"FOLDER_NAME_SUGGEST", true,
|
||||
"Suggests folder names instead of blank text.");
|
||||
|
||||
public static final BooleanFlag FOLDER_NAME_MAJORITY_RANKING = getDebugFlag(
|
||||
"FOLDER_NAME_MAJORITY_RANKING", true,
|
||||
"Suggests folder names based on majority based ranking.");
|
||||
|
||||
public static final BooleanFlag APP_SEARCH_IMPROVEMENTS = new DeviceFlag(
|
||||
"APP_SEARCH_IMPROVEMENTS", true,
|
||||
"Adds localized title and keyword search and ranking");
|
||||
|
|
Loading…
Reference in New Issue