Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de9e642b authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Don't show games and music apps in Other Apps.

Bug: 35143240
Test: SettingsLib Robotests
Change-Id: I0805de4f7e88206618cdbd4148752df8336204f6
parent bbd80517
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -381,6 +381,8 @@ public class ManageApplications extends InstrumentedPreferenceFragment
            AppFilter filter = new VolumeFilter(mVolumeUuid);
            if (mStorageType == STORAGE_TYPE_MUSIC) {
                filter = new CompoundFilter(ApplicationsState.FILTER_AUDIO, filter);
            } else {
                filter = new CompoundFilter(ApplicationsState.FILTER_OTHER_APPS, filter);
            }
            mApplications.setOverrideFilter(filter);
        }