Fixed Equalizer disabled in Settings

This commit is contained in:
Prathamesh More 2021-12-20 23:29:54 +05:30
parent ff2574fffc
commit 48950922fb

View file

@ -321,4 +321,12 @@
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="code.name.monkey.retromusic.cast.CastOptionsProvider" />
</application>
<!--
This is not that important, it's just here so that we can query equalizer package
and check if it's present on A11+ because of Package visibility restrictions.
-->
<queries>
<package android:name="com.android.musicfx" />
</queries>
</manifest>