Esempio n. 1
0
  @Override
  public void onDestroy() {
    i2CService.enableNotifications(false);
    i2CService.unregisterListener(this);

    super.onDestroy();
  }