标签: java android android-intent extras
我在状态栏中添加了一个通知,其中包含指向我的主应用(主要活动)的PendingIntent(带额外信息)。当用户点击staus栏时,会激活PendingIntent并启动我的应用程序,我可以在onCreate()方法中读取Extras信息。到现在为止还挺好。
但是如果我的应用程序已经运行,PendingIntent只会导致应用程序到达前台并且它不会调用我的任何方法,因此我无法读取Extras中的内容。我能做什么?
谢谢!
答案 0 :(得分:9)
它确实调用了一种方法。
查看OnNewIntent