i am using this solution : How to make notification intent resume rather than making a new intent?
I works fine when i run my app normally.. however my app has a sha
for additional info, dont forget to add pending intent flag to make onNewIntent works!
true:
PendingIntent.getActivity(context, 0, resultIntent, PendingIntent.FLAG_UPDATE_CURRENT)
false:
PendingIntent.getActivity(context, 0, resultIntent, 0)
Please vote up if this benefit for you, cheers!