I am using SystemState.PhoneIncomingCall to intercept missed calls. The problem is, if I have multiple missed calls, I get notification only for the first missed call and not for the rest. The rest of notifications are invoked when user views call history. How can I get notification for all missed calls at the time of actual incoming call? Also, I get duplication notification (first, at the time of missed call and other at the time of viewing history). How can I avoid multiple notification for same missed call?
I am using SystemState.PhoneIncomingCall to intercept missed calls. The problem is, if I have
Share
I got the solution here.