forked from jens/Automation
Control media playback
This commit is contained in:
parent
e76f9f69db
commit
5ed024774e
@ -0,0 +1,11 @@
|
||||
package com.jens.automation2.receivers;
|
||||
|
||||
import android.media.MediaPlayer;
|
||||
|
||||
public class MediaPlayerListener
|
||||
{
|
||||
void test()
|
||||
{
|
||||
MediaPlayer.OnInfoListener
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user