I need a notification when an android app is removed from the task manager. I need to perform some cleanup when that happens.
onDestroy(), finalize() or onSaveInstanceState() is not called. I'm guessing they are called when there is a need for more memory.