![]() Some apps query for media apps by checking for apps that have a BroadcastReciever that handles the ACTION_MEDIA_BUTTON intent. However, Auxio does not have a custom media button reciever, instead relying on the androidx media button reciever. This resulted in Auxio not showing up in apps like GadgetBridge. Fix this by exposing the androidx media button reciever in the manifest, which allows this app to be detected. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |