Storage Settings Apps category shows image/video/audio APPs
There is AOSP built in file browser for image/video/audio file category, all APPs except games should be included in Apps category. - Shows image/video/audio APPs in APPs category. - Count Image/Video/Audio APPs storage size to Apps storage size. - Remove APP size & cache size for Images/Videos/Audios category. Bug: 170918505 Test: atest StorageAsyncLoaderTest.java Change-Id: I07e0a3a66a13f36b9e0cbde289d8ba90df4ae295
This commit is contained in:
@@ -511,7 +511,7 @@ public class ManageApplications extends InstrumentedFragment
|
||||
if (storageType == STORAGE_TYPE_MUSIC) {
|
||||
filter = new CompoundFilter(ApplicationsState.FILTER_AUDIO, filter);
|
||||
} else if (storageType == STORAGE_TYPE_DEFAULT) {
|
||||
filter = new CompoundFilter(ApplicationsState.FILTER_OTHER_APPS, filter);
|
||||
filter = new CompoundFilter(ApplicationsState.FILTER_APPS_EXCEPT_GAMES, filter);
|
||||
}
|
||||
return filter;
|
||||
}
|
||||
|
Reference in New Issue
Block a user