call log

  1. Cainsoft

    Android Question How can I open the call log (with intent)

    Hi All, I tried this: Dim i As Intent i.Initialize(i.ACTION_VIEW, "content://call_log/calls") StartActivity(i) this code opens the phone app but not in the call log tab.
Top