Auxio/app
OxygenCobalt b04611c3be
playback: fix media intent detection [#62]
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.
2022-01-23 11:04:27 -07:00
..
src playback: fix media intent detection [#62] 2022-01-23 11:04:27 -07:00
build.gradle deps: upgrade deps 2022-01-17 16:49:20 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00