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")
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")