Ejemplo n.º 1
0
  @Override
  public void onStop() {
    super.onStop();

    if (this.bound) {
      this.getActivity().unbindService(this.serviceConnection);
      this.bound = false;
    }

    this.googleApiClient.disconnect();
  }