Android: add option to pause MPD when headphones disconnect

This commit is contained in:
Sam Bazley
2021-07-26 18:55:39 +01:00
parent d39b11ba5d
commit 57687779be
8 changed files with 97 additions and 0 deletions

View File

@@ -33,4 +33,5 @@ public class Bridge {
public static native void run(Context context, LogListener logListener);
public static native void shutdown();
public static native void pause();
}