I have an App password protected and if the password is set, when the app starts it calls the password activity for verification. If they fail to enter the correct password, after three times, the app closes with ExitApplication. This works fine on every device I have used but one.
I have a new device running SDK 15. When you enter the wrong password three times, the app exits and then restarts, so you can not get out of the app. The exitapplication should kill the complete app. This same code runs fine on the ASUS which is also ICS.
Any Ideas why this might be happening?
UPDATE
This seems to only happen if your app has more than one and runs more than one Activity. If I load the app and don't click to start any other Activities and then exit and use ExitApplication, it exits and works ok. If the App calls at any time another Activity and then you use ExitApplication. The OS restarts the App as soon as it is killed. This is only on this one device. This works fine on the ASUS and all other devices I have used.
I have a new device running SDK 15. When you enter the wrong password three times, the app exits and then restarts, so you can not get out of the app. The exitapplication should kill the complete app. This same code runs fine on the ASUS which is also ICS.
Any Ideas why this might be happening?
UPDATE
This seems to only happen if your app has more than one and runs more than one Activity. If I load the app and don't click to start any other Activities and then exit and use ExitApplication, it exits and works ok. If the App calls at any time another Activity and then you use ExitApplication. The OS restarts the App as soon as it is killed. This is only on this one device. This works fine on the ASUS and all other devices I have used.
Last edited: