I want to get Details of SMS(Number, Text Body, Time of coming); And i only know the id of sms. Can i query to "content://sms" with this id and get details?
At the moment i can make a loop and query for every message and get details. But that is not efficient when you have to get single sms details 10 times from 1000 sms..... Hope you understand the problem. Thanx
I figure out my self but took me some time, Following code works for me:
I was missing the condition and moving the cursor to first. Hope someone could find it helpfull.