MCPcopy Create free account
hub / github.com/M66B/FairEmail / onDestroy

Method onDestroy

app/src/main/java/eu/faircode/email/ServiceTTS.java:82–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 @Override
83 public void onDestroy() {
84 Log.i("Service TTS destroy");
85 stopForeground(true);
86 super.onDestroy();
87 CoalMine.watch(this, this.getClass().getName() + "#onDestroy");
88 }
89
90 @Override
91 public int onStartCommand(Intent intent, int flags, int startId) {

Callers

nothing calls this directly

Calls 3

iMethod · 0.95
watchMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected