I have an app that is finished when I click the back button in certain activity, but it goes to a previous activity in a different device. I am thinking that the problem is with the android version.
It does that with the Galaxy SII (Android version 4.0), but with an HTC Evo (Android version 2.3.5) it goes back normally to all the previous activities that have not invoke the "finish()" method.
Any clue about what could be happening?
Note: There is not finish() in the activities I am talking about. It should go back as it actually does with the HTC EVO.