I have android app with 3 Activities.
Scenario: Home Screen - >Launch App - >Activity A ->Activity B -> Activity C - >Press Home button -> Home Screen - >Launch App
I am expecting Activity C to be shown. but app is getting relaunched.
In iOS 4.0 or Above app comes to same state on relaunching. In Android do we need to do something extra to get this behavior?
One More Scenario: If you push the App in debug mode then above behavior is not seen. If you create apk and push, then only app is not retaining its state.