F fanfalveto Active Member Licensed User Longtime User Dec 11, 2012 #1 I see calllog and callitem in phone library.But is possible delete the calllog? Thank you.
omidaghakhani1368 Well-Known Member Licensed User Longtime User Jan 7, 2015 #21 DonManfred said: You should read the 1st answer in this thread!! read only means that you can NOT delete anything (deleting is a WRITING action) Click to expand... I'm sorry i did not know. Upvote 0
DonManfred said: You should read the 1st answer in this thread!! read only means that you can NOT delete anything (deleting is a WRITING action) Click to expand... I'm sorry i did not know.
V vincenzog1974 New Member Licensed User Longtime User Sep 6, 2015 #22 corsaro said: 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 Click to expand... Hi I'm using your MyFirstLib. Is works for incoming calls ... but for outcall how should I do? Thanks Upvote 0
corsaro said: 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 Click to expand... Hi I'm using your MyFirstLib. Is works for incoming calls ... but for outcall how should I do? Thanks