When I press Home button my app goes in background (i.e onPause()
and onStop()
methods called).
Now If I keep app in background for longer time with my phone in idle state then OS kills the app after some time.
Now what I want to do is execute some code just before my app is getting killed by OS.
Can anyone tells me how can I do that?