Now I can hang up a call programmatically in android using the document Can I hang up a call programmatically in android?
Normally, a warning information "missed call ..." and a system icon will be displayed in notification bar when I miss a call.
But the warning information "missed call..." and a system icon won't be displayed when I invoke the function killCall(Context context)
. How can I make the warning information and the system icon to be displayed programmatically after I invoke the function killCall(Context context)
?
And more, I hope the record of miss call can be displayed when I click the system icon.