|
|
|
@ -893,7 +893,7 @@ public class MpMasterService extends Service {
|
|
|
|
|
|
|
|
|
|
if (intent == null) {
|
|
|
|
|
stopForeground(true);
|
|
|
|
|
stopSelf();
|
|
|
|
|
stopSelf(startId);
|
|
|
|
|
return START_NOT_STICKY;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -931,14 +931,14 @@ public class MpMasterService extends Service {
|
|
|
|
|
break;
|
|
|
|
|
case ACTION_STOP:
|
|
|
|
|
stopForeground(true);
|
|
|
|
|
stopSelf();
|
|
|
|
|
stopSelf(startId);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
stopForeground(true);
|
|
|
|
|
stopSelf();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return START_NOT_STICKY;
|
|
|
|
|
return START_REDELIVER_INTENT;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void connect() {
|
|
|
|
|