calllog and callitem

fanfalveto

Active Member
Licensed User
Longtime User
I see calllog and callitem in phone library.But is possible delete the calllog?
Thank you.
 

vincenzog1974

New Member
Licensed User
Longtime User
enjoy it

usage is very simple.

B4X:
Sub Process_Globals
Dim mfl As MyFirstLib
End Sub


Sub Button1_Click

mfl.deletecalllogs("+440000000000") ' where +44000000000 is a string with the number to be deleted from calllogs

End Sub
Hi
I'm using your MyFirstLib. Is works for incoming calls ... but for outcall how should I do? Thanks
 
Upvote 0
Top