I have a query on Cursor.
Cursor cursor = contentResolver.query( Uri.parse( "content://sms/inbox" ), null, null, null, null);
Above u can see that cursor has all the messages that inbox contain.
Now what i need is retriving all the messages from the inbox which has been received from a particular number…..
Thanks,
Pradeep.
1 Answer