[android-developers] Suggestion for Google Navigation
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home