当应用程序启动由于意图过滤器仍然在onCreate()上调用?

时间:2012-04-22 22:44:37

标签: android android-intent

我正在开发一个Android应用程序。我注册了一个意图过滤器。我是否必须将onCreate()的初始设置代码复制到onResume()函数中?或者在进入onResume()之前调用onCreate()?

由于

编辑:lol,不知道我怎么没想到搜索: 的 http://developer.android.com/guide/topics/intents/intents-filters.html

1 个答案:

答案 0 :(得分:2)

创建活动时始终会调用onCreate,触发显示的活动无关紧要。在有关活动生命周期的官方文档中,没有例外:http://developer.android.com/guide/topics/fundamentals/activities.html