I am facing a very strange issue in Android.
I have created an Android application,so when I install app to device from Eclipse it works fine, shows no issue. But when I save the apk file in phone memory or SD card (or via email) and then install the apk file on device it shows an issue.
When I open the app it works fine but when I minimize it & start from applications the app again restarts from its first activity (not from where I left) but if I open app from recent apps it starts from where I left.
I am really not getting what is the problem.
Please help.