Search code examples
androidnotificationsbroadcastreceivercalllog

Get the missed call notification


I am developing a application which will determine the phone state such as idle , ringing, off_hook. I am able to differentiate when the user ends the call. If the user doesn't end the call on his own, then obviously it is a missed call. I want to get the notification whenever there is a missed call . I knew that how to get the call logs , but all i want is to get the notification whenever there is a missed call arrives.


Solution

  • I solved this using my own logic, by using the boolean variables.