简体   繁体   中英

Android, GameOver Screen

I tried to create a gameover screen, which works, but well, when I launch my new screen, my back button does not work anymore.

Any idea what could cause this?

Here is my code: http://code.google.com/p/android-climoilou/source/browse/#svn%2Ftrunk%2Fsrc%2Fclim%2Fandro

在意图上设置标志以重新排序活动:

intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM