Hi,
I've need to launch through a button in my activity the default app that visualize the list of inbox-sms.
When I've need to view the call_log I used this code:
Dim i As Intent
i.Initialize (i.ACTION_VIEW, "content://call_log/calls")
StartActivity(i)
What code should I use to open the list of received messages?
Thanks in advance
Fabio.
I've need to launch through a button in my activity the default app that visualize the list of inbox-sms.
When I've need to view the call_log I used this code:
Dim i As Intent
i.Initialize (i.ACTION_VIEW, "content://call_log/calls")
StartActivity(i)
What code should I use to open the list of received messages?
Thanks in advance
Fabio.