mpd/android
Sam Bazley 4983703375 Android: Detect output change with ACTION_AUDIO_BECOMING_NOISY
Improves the changes made in 57687779be by
using AudioManager.ACTION_AUDIO_BECOMING_NOISY rather than listening for
wired headset unplug events or Bluetooth headset disconnect events. This
method is more flexible, allowing the feature to work on other types of
audio output device, as well as Bluetooth devices that don't set their
device class correctly. This change also has the benefit of being more
responsive, pausing the audio before it is rerouted to the built-in
speaker.

https://developer.android.com/guide/topics/media-apps/volume-and-earphones
2022-01-04 16:42:53 +01:00
..
apk android/apk/make-unsigned-apk.sh: pass -X to zip to avoid storing uids 2018-10-31 19:34:14 +01:00
res Android: add option to pause MPD when headphones disconnect 2021-07-26 19:02:47 +01:00
src Android: Detect output change with ACTION_AUDIO_BECOMING_NOISY 2022-01-04 16:42:53 +01:00
AndroidManifest.xml Android: Detect output change with ACTION_AUDIO_BECOMING_NOISY 2022-01-04 16:42:53 +01:00
build.py Revert "python/build/libs.py: remove flac, switch to Meson wrap" 2021-10-07 13:28:17 +02:00
custom_rules.xml first Android release 2014-02-22 01:39:08 +01:00
make-resources-apk.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
meson.build android/meson.build: update the SDK platform to 29 2021-02-15 21:17:26 +01:00
run-aidl.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
run-javac.sh android/run-javac.sh: switch to Java 7 2021-10-31 16:55:40 +01:00