[SOLVED]
i got a question… When i lock my phone while my app is running, it changes automatically to the main activity (the one which is started at the beginning) when in unlock it.
Anybody knows how to handle that the activity at the moment of locking stays?
Thanks!
Does your activity call finish() in its onPause() method?If so remove it