Beispiel #1
0
  @Override
  protected void onPause() {
    super.onPause();

    //        if (myService != null) {
    //            try {
    //                myService.getValue(false);
    //            } catch (RemoteException e) {
    //                e.printStackTrace();
    //            }
    //        }
  }