Merge "Storage Settings Apps category shows image/video/audio APPs" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8d1fd73e89
@@ -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