I need to make status of user offline. When I press home button onStop()
is called, that's fine. When I press back button onDestroy()
is invoked. But when I close the app from recent apps by swiping it, onStop()
or onDestroy()
isn't called.
I need to know when the app is closed from recent apps to do something (e.g make user offline).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…