Merge "Storage Settings Apps category shows image/video/audio APPs" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-03 18:11:03 +00:00
committed by Android (Google) Code Review
3 changed files with 51 additions and 6 deletions

View File

@@ -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;
}