I am facing issue with my android app.
If a user installs my app through apk file. After installation a window appears with two buttons open and done which is part of android os.
When user taps on open, it opens my launcher activity. Which is great...
After landing to Launcher activity if user go to some other activity of my app from launcher activity and the he decide to minimize my app by pressing android home button key. My app appears in the app stack...
After some time when user press to the launcher icon of my app, though the app is in apps stack but it starts again from the launcher activity rather continue from the last activity where user minimize the app.
This only happens when user first open the app after installation from the android popup of done or open button.
However if user kills the app from apps stack and re open the app this never happen again.
Note:
In my Manifist i do not put any launchmode.
I have only one launcher activity
Please guide me
Thanks
1 Answer(s)