ursus
06/10/2018, 3:09 AMoverride fun onDestroy() {
super.onDestroy()
handler.obtainMessage(ServiceHandler.MSG_CLOSE).sendToTarget()
handlerThread.quitSafely()
}
or should I not call super here, and call it from the msg_close callback, and also quit the handlerthread there?