Android low memory killer & application back stack
问题 Android system may decide to remove an application process when the system is low on memory, so to reclaim resources for more important work ( ie. to start a service belongs to another application ). However, I couldn't be sure if it's possible for the Android system to remove ONLY application task ( back stack ) without touching the corresponding app process? If this is possible, it's also possible the system destroys the back stack activities by performing a call to each onDestroy()