Android: add option to pause MPD when headphones disconnect
This commit is contained in:
@@ -5,6 +5,7 @@ interface IMain
|
||||
{
|
||||
void start();
|
||||
void stop();
|
||||
void setPauseOnHeadphonesDisconnect(boolean enabled);
|
||||
void setWakelockEnabled(boolean enabled);
|
||||
boolean isRunning();
|
||||
void registerCallback(IMainCallback cb);
|
||||
|
||||
Reference in New Issue
Block a user