Hello, When I sideload my app to my phone via USB, the very first time it runs, the main activity behaves as expected. Only 1 instance of main can be launched, no matter what.
When I export my app as a signed app, then install the app OTA the main activity behaves completely different ONLY the first time it runs. After installing the app, the main activity loads. I press the 'Home' button, then relaunch the app from the icon and a new main activity is loaded. I can keep on doing this for tens of hundreds of activity instances. Once I have closed all such lose instances and restart the app, then the main activity returns the expected behavior as being a "singleTop" instance. I have removed all proguard-related lines and files from my app so when I export as signed, doesn't try to obfuscate? (to my knowledge) I do not understand why this is happening, is this a bug with Android or am I doing something I have never heard of before? Does anyone have a solution? Thank you, Dritan -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

