Auxio/.gitignore
OxygenCobalt 317b12579c
playback: expose media button receiver
Expose a custom MediaButtonReceiver that handles the media button
intent. This is not because I wanted to implement this. Some apps
like gadgetbridge just blindly query ACTION_MEDIA_BUTTON instead of
relying on the more modern MediaController API, which I expected
most apps would use instead.

Resolves #62.
2022-01-25 17:20:26 -07:00

17 lines
148 B
Text

# Gradle
.gradle
local.properties
build/
release/
srclibs/
# Studio
.idea/
.DS_Store/
captures/
# Other
.externalNativeBuild
*.iml
.cxx
changelog