Javi Dolcet
Results
2
comments of
Javi Dolcet
Thanks @abdullahizzuddiin, we are using this patch to workaround this issue too. I noticed that the SDK is already doing something similar to this in `RNPushNotificationJsDelivery`, maybe this info can...
Hi, Would it be enough to change the previous code to something like this? My android knowledge is a bit lacking hehe ``` Intent notificationIntent = new Intent(context, RNPushNotificationPublisher.class); notificationIntent.setPackage(packageName);...