androidcalllog

Show a notification for missed VOIP calls


I did not find an answer to this question. I have a VOIP application. I'm able to add a log about missed calls in the native call-log but the notification is not shown. Is there a way to ask the device native call log to show the notification? I would not like to add my own notification because I want to be sure that the icon is always that one that the native call-log application would show for other calls.

I found this but there is no answer. I'm using a code that is similar to that one shown in the previous post.


Solution

  • If you are just adding an entry in the call log db the notificatin will not be shown. You need to add your on notification. If you do not add your own notification, a notification will be shown only at phone start up if the call log is still there.