@Override
  public void onDestroy() {

    super.onDestroy();
    sr.unRegisterScreenActionReceiver(MSSService.this);
    unregisterBattery();
    if (!isExit) startService(new Intent(this, MSSService.class));
  }