从 Android ID 获取短信详细信息
我想获取短信的详细信息(号码、正文、到达时间);我只知道短信的ID。 我可以使用此 ID 查询“content://sms”并获取详细信息吗?
目前我可以进行循环并查询每条消息并获取详细信息。但是,当您必须从 1000 条短信中获取 10 条短信详细信息时,这种方法效率不高......
I want to get Details of SMS(Number, Text Body, Time of coming); And i only know the id of sms.
Can i query to "content://sms" with this id and get details?
At the moment i can make a loop and query for every message and get details. But that is not efficient when you have to get single sms details 10 times from 1000 sms.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己弄清楚了:
我错过了条件并将光标移至第一个。
I figured it out myself:
I was missing the condition and moving the cursor to first.