android: Support play / pause from media session
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user