Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cancel
Method · 0.80
Tested by
no test coverage detected