gri*_*ncs 15 android android-intent android-activity
当然,我的应用程序恢复后.
或者我必须将所有内容存储在onSaveInstanceState()中?
此对话似乎回答了这个问题:http://groups.google.com/group/android-developers/browse_thread/thread/f47af26b696af2e2.查找以"是和否"开头的帖子以及之前的几个帖子.
答案是肯定的:是的,在操作系统重新启动活动后,getIntent()将返回一个与原始内容相同的Intent.
不过,如果某位Android专家能够证实,我很高兴听到这个消息.:)