MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / onDestroy

Method onDestroy

android/src/MyService.java:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Override public void onDestroy() {
128 super.onDestroy();
129
130 notificationManager.cancel(1);
131 }
132
133 @Override public IBinder onBind(Intent intent) {
134 return null;

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.80

Tested by

no test coverage detected