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.
如何在 android 1.6(api 级别 4)中获取规范地址?content://sms/canonical-addresses/ 和 content://sms/canonical-address/ 都返回 null!
最后的答案是:我们无法访问 api 级别 4 中的规范地址,因此我们需要隐式加入短信和线程。就是这样。sms 表中有一个名为thread_id 的列,它是threads 表_id 主键的外键。