Android Question smsInterceptor

b4auser1

Well-Known Member
Licensed User
Longtime User
I have built service module to intercept SMS. It works. But how to extract all the fields, that present in ContentResolver with Uri.Parse("content://sms/") ?
I found in the example only how to get these fields
messages(i).sms_address = r.RunMethod("getOriginatingAddress")
messages(i).sms_body = r.RunMethod("getMessageBody")
 

b4auser1

Well-Known Member
Licensed User
Longtime User
I had checked this API before I put my question.
Unfortunateley the API doesn't contain methods to get date of SMS receiving, and sent_date, and etc :(
 
Upvote 0
Top