I have an Android application. When it is initially installed from the store it does not save any activities when it is minimized, if the user minimizes the app and touches the icon the app restarts. It's almost like the developer option "don't keep activities" is selected. This only happens if it is installed from the store and only happens the first time the application is run.
Is there anything different about the first time the app is run? Why don't I see this behavior in the emulator? Is there any way to have the app behave correctly on the first install?