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