我正在创建一个带有计时器的Android应用程序。
当我更改方向时,会调用onSavedInstanceState
和onRestoreInstanceState
,这很棒。但是,当我按下主页按钮时,只调用了onSavedInstanceState
,但未调用onRestoreInstanceState
。
我可以从onRestart
访问已保存的变量,也可以手动调用onRestoreInstanceState
,但我不知道怎么做?
答案 0 :(得分:0)
您没有看到onRestoreInstanceState()
被调用,因为此时Android尚未恢复您的身份。你按下了家,所以启动应用程序应该被带到前面