tags:

views:

90

answers:

1

I want to show few sms available in inbox in my application. And how to identify or to distinguish to sms from others? Is there any message ID or something to identify sms?

A: 

Do you want a store a reference to individual SMS messages? If so you could do this by storing the unique content provider address of each SMS. E.g.

content://sms/inbox/1
Nic Strong