I have seen two developer option
1. Don't Keep activities
2. No Background Process
I understand the use of these two options.
Only thing I am bit confused is , If any other process need memory, will the android system do any of these
1. kill only activities.
2. kill the entire application process.
I have only seen application process gets killed. I have not seen a real time scenario where application process is not killed and only activity is killed.
If so why do we need this as "Developer option". Is there any particular scenario based on which android system decides to kill activity or kill the entire application process ?
Note: I understand both options, please don't give input for understanding the options. Any idea on when "Don't keep activities " scenario might happen ll be highly appreciated.