open default contacts picker

pesquera

Active Member
Licensed User
Longtime User
Hi,
Is there a way to do that?

I'm trying this without luck
Dim loc_Intent As Intent
loc_Intent.Initialize(loc_Intent.ACTION_VIEW,"content://com.android.contacts")
StartActivity(loc_Intent)


Thanks in advance
 

pesquera

Active Member
Licensed User
Longtime User
That's perfect! and thank you for your soon response
it's posible to filter the list of contacts? (by the name, or by part of the name)
 
Top