我正在尝试阅读所有的收件箱短信使用Uri.parse("content://sms/inbox");。我能够成功地读取所有消息,并使用Cursor获取所有列值。我的设备是双卡设备。这是我的问题:How can I know that given sms is belongs to which network operator? I want network operator name.
观察:有一个列名为sub_id,其值为整数。对于所有消息,我只得到两个不同的值(在我的例子中,我得到的是5或4)的sub_id。sub_id值为5的消息属于一个网络运营商,sub_id值为4的消