Android 过去的短信联系人/号码

发布于 2024-11-08 06:13:04 字数 247 浏览 0 评论 0原文

我知道这个问题已经被问过一百万次了,但我想过滤有关短信的具体细节。

Google 是否提供对短信历史记录的访问,特别是短信发送者的号码。不需要其他任何东西。

只是想知道我是否可以启动我的应用程序并有权访问短信历史记录联系人/号码

相同的 iOS 问题这里

I know this has kinda been asked a million times but I wanted to filter in on a specific detail about a SMS message.

Does Google offer any access to SMS history, specifically the number of whom it's from. Don't need anything else.

Just want to know if I can launch my app and have access to SMS History Contacts/Numbers

same iOS question here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相思故 2024-11-15 06:13:04

查询此 URL:Uri.parse("content://mms-sms/canonical-addresses"),您可以找到一个列表,其中包含您曾经通过短信通信过的所有电话号码。

它只有两列 - id 和电话号码。

Querying this Url: Uri.parse("content://mms-sms/canonical-addresses") you can find a list with all phone numbers you have ever communicated via SMS with.

It has only two columns - id and phone number.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文