Add keywords for a few settings

Test: Rebuilt apk, and see the results in settings search.
Fix: 157978733
Change-Id: Ib02adf8b3fd11b619246a2bd050801b9fa5ec7d3
This commit is contained in:
Tsung-Mao Fang
2020-06-03 16:50:04 +08:00
parent 68cc44bb77
commit 6b73e0fc97
5 changed files with 16 additions and 3 deletions

View File

@@ -619,6 +619,7 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index
data.key = KEY_STORAGE_SETTINGS_FREE_SPACE;
data.screenTitle = context.getString(R.string.storage_menu_free);
data.intentAction = StorageManager.ACTION_MANAGE_STORAGE;
data.keywords = context.getString(R.string.keywords_storage_menu_free);
result.add(data);
return result;