android: Support play / pause from media session

This commit is contained in:
Colin Edwards
2024-01-13 23:15:56 -06:00
parent 380e0abbe4
commit 87873c9a73
3 changed files with 23 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ public class Bridge {
public static native void run(Context context, LogListener logListener);
public static native void shutdown();
public static native void pause();
public static native void playPause();
public static native void playNext();
public static native void playPrevious();
}