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.
17 lines
148 B
Text
17 lines
148 B
Text
# Gradle
|
|
.gradle
|
|
local.properties
|
|
build/
|
|
release/
|
|
srclibs/
|
|
|
|
# Studio
|
|
.idea/
|
|
.DS_Store/
|
|
captures/
|
|
|
|
# Other
|
|
.externalNativeBuild
|
|
*.iml
|
|
.cxx
|
|
changelog
|