标签: android sms inbox
我想从我的收件箱中读取短信。在这里,我想阅读一条特定的消息。假设马克已经给我发了一条消息,我只是想做一个查询,它会返回光标,只显示马克的消息。我已经尝试了类似这样的东西,但它不适合我
Cursor cursor = contentResolverSender.query( Uri.parse("content://sms/inbox"), null,"address =?" ,smsNo, null);