I have my android application that is running. I press "home button" to return to the menu application than I press on the my app icon to resume it, but is called the method "onCreate()" of my FIRST activity instead the method "onResume()" of the LAST activity seen before press the "home button".
I have this problem only on physical device and not on android emulator. Is there some attribute to set on Manifest File?
Have you any ideas?