OneSignal Push Notification Click to open actiivty
问题 I have integrated one signal library for push notification. I want to open a particular activity from click of push notification while app is not running I am receiving push notification but while I am clicking on notification the app crashes. Here is my code for notification receiver public class ExampleNotificationOpenedHandler implements OneSignal.NotificationOpenedHandler { Context context; @Override public void notificationOpened(OSNotificationOpenResult result) { OSNotificationAction