lock255 Well-Known Member Licensed User Longtime User Jul 1, 2013 #1 How can I manage the call log by adding fake calls, with time and number set by me?
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2013 #2 The CallLog object gives you a read-only access to the logs. You can use reflection with an implementation similar to: http://www.b4x.com/forum/basic4andr...-sms-messages-wont-appear-log.html#post157246 See the Java code here: calllog - android adding number to Call logs - Stack Overflow Upvote 0
The CallLog object gives you a read-only access to the logs. You can use reflection with an implementation similar to: http://www.b4x.com/forum/basic4andr...-sms-messages-wont-appear-log.html#post157246 See the Java code here: calllog - android adding number to Call logs - Stack Overflow