This application propose to select a contact postal adress from a list, extracted in contact list. But, the ContactList activity propose a similare service with the intent :
Intent intent=new Intent(Intent.ACTION_PICK) ; intent.setType(StructuredPostal.CONTENT_TYPE) ; startActivityForResult(intent, DATA) ; or Intent intent=new Intent(Intent.ACTION_GET_CONTENT) ; intent.setType(StructuredPostal.CONTENT_ITEM_TYPE) ; startActivityForResult(intent, DATA); Because Google Navigation not used this intent, it's not possible to use another provider, to select the address from Ldap, white pages, etc. What did you expect ? Regards Philippe -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

