Remove outdated storage search results.
The cache category is gone. Also, downloads no longer comes from that screen. Change-Id: Ia9a85b6496b0be3106e0ca8572b7c0aed38f336c Fixes: 65266640 Test: Manual
This commit is contained in:
@@ -603,16 +603,6 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index
|
|||||||
data.screenTitle = context.getString(R.string.storage_settings);
|
data.screenTitle = context.getString(R.string.storage_settings);
|
||||||
result.add(data);
|
result.add(data);
|
||||||
|
|
||||||
data = new SearchIndexableRaw(context);
|
|
||||||
data.title = context.getString(R.string.memory_downloads_usage);
|
|
||||||
data.screenTitle = context.getString(R.string.storage_settings);
|
|
||||||
result.add(data);
|
|
||||||
|
|
||||||
data = new SearchIndexableRaw(context);
|
|
||||||
data.title = context.getString(R.string.memory_media_cache_usage);
|
|
||||||
data.screenTitle = context.getString(R.string.storage_settings);
|
|
||||||
result.add(data);
|
|
||||||
|
|
||||||
data = new SearchIndexableRaw(context);
|
data = new SearchIndexableRaw(context);
|
||||||
data.title = context.getString(R.string.memory_media_misc_usage);
|
data.title = context.getString(R.string.memory_media_misc_usage);
|
||||||
data.screenTitle = context.getString(R.string.storage_settings);
|
data.screenTitle = context.getString(R.string.storage_settings);
|
||||||
|
Reference in New Issue
Block a user