Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在黑莓平台中,我想知道是否有可能/如何执行以下操作:
检索通话记录(我对来电记录特别感兴趣);
删除特定的通话记录;
要检索电话日志,请查看PhoneCallLog 类。
即使在最新版本的 BlackBerry RIM SDK 中,也没有删除通话记录记录的功能。
PhoneLogs 类是应该使用的类。看看 PhoneLogs.deleteCall() 方法。