开发者

How to access the Recent call list in the iPhone Phone app?

开发者 https://www.devze.com 2023-02-09 12:37 出处:网络
Assume an iPhone is jailbroke, is th开发者_C百科ere (private/public) API or database to access the recent phone call list? I\'d like to delete an individual Recent call entry. Thanks!Accessing iphone

Assume an iPhone is jailbroke, is th开发者_C百科ere (private/public) API or database to access the recent phone call list? I'd like to delete an individual Recent call entry. Thanks!


Accessing iphone call log through code has been discussed many times.

The answers say that it is possible on a jail broken iphone. You need to access the data base:

/private/var/wireless/Library/CallHistory/call_history.db

But of course there aren't any public APIs for doing that. I'm not sure how your jail broken iphone is going to react to your playing with this DB. So i would suggest not deleting anything programmatically.

0

精彩评论

暂无评论...
验证码 换一张
取 消