
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.
4 lines
No EOL
148 B
Groovy
4 lines
No EOL
148 B
Groovy
include ':app'
|
|
rootProject.name = "Auxio"
|
|
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
|
|
apply from: file("srclibs/exoplayer/core_settings.gradle") |