Handle push notification payload data on notification click
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Requirement on notification clicked: I want to handle(execute) IntentReceiver.java class on click of the notification and then forward intent. IntentReceiver.java(subclass of BroadcastReceiver) ---> Notification.java(activity) ---> Main dashboard(activity) 1.) In my application, I have a separate class "IntentReceiver.java", which is the subclass of "BroadcastReceiver". 2.) After that, inside my "IntentReceiver.java" class, I switch to the "Notification.java" class which have no layout screen, manipulate some data and switch to the