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

Cainsoft

Member
Licensed User
Longtime User
Hi All,

I tried this:

B4X:
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.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top