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

Method onDestroy

app/src/main/java/eu/faircode/email/ServiceUI.java:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 @Override
80 public void onDestroy() {
81 Log.i("Service UI destroy");
82 super.onDestroy();
83 CoalMine.watch(this, this.getClass().getName() + "#onDestroy");
84 }
85
86 @Override
87 protected void onHandleIntent(@Nullable Intent intent) {

Callers

nothing calls this directly

Calls 3

iMethod · 0.95
watchMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected