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