Android – subtlety of Don’t keep activities
Android’s developer option “Don’t keep activities” is often recommended as a quick way to test application/activity behavior on process death/kill and restore by Android Framework. While this works, there is a subtle difference in Activity’s life cycle in real world scenario. In real world scenario, users background the app (ignoring PIP app) and the last …