I've implemented a push notification with a pending intent so when the user clicks the notifications it opens a screen with details.
It's working fine on all devices HTC .. Samsung S2, S3, ACE and ACE+
But for some reason it's not working S4 or S5 .. anybody had this problem ?
I'm using the NotificationCompact class
Set requestCode
on PendingIntent
to non-zero value.
PendingIntent.getActivity(this, 42, intent, PendingIntent.FLAG_UPDATE_CURRENT);
// ^^ THIS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With