How to capture the new Intent in onNewIntent()?

后端 未结 5 2028
耶瑟儿~
耶瑟儿~ 2020-12-05 09:24

I want to pass a new, but different, Intent to an Activity. How do you differentiate between the new Intent and previous Intents? What kind of code goes into onNewIntent()?

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 10:11

    There's a bug related to this : http://code.google.com/p/android/issues/detail?id=17137

提交回复
热议问题