I have found very strange bug with any of the Android application, when we are installing the application in Android Device with given flow.
- Unistall the app if already installed.
- Download the app(.apk file) and keep in SD card
- Double click on the .apk file and tap on “Install” on Installation window
- In confirmation popup, tap on “Open” button (Please do not tap on “Done”)
- Now App will open then visit to some other activities ( In my case say...Splash ---> Login--> Home screen ).
- Now tap on the device Home button, it take me to the device main screen.
- Now if i again tap on the launcher icon, my app starts from the 1st screen ( i.e. Splash ). While it should display my app Home page.
Also in STEP: 4 if i choose Done option, then launching my application, then it is working fine.
is it an Android OS related bug? or am I doing something wrong?
Any suggestion in this regard really appreciated.
Thanks HImanshu