I am trying to make a wave app which uses the locations of latitude buddies. Using PackageManager.queryContentProviders() I have discovered com.google.android.maps.FriendsProvider. By requesting a Cursor from content://com.google.android.maps.FriendsProvider I have discovered the columns _id, people_id and email. After inspecting the values in the email column I have concluded these are indeed the latitude buddies!
However, what I would like to use in my own app are the display names and locations of my latitude buddies. Is it possible to get these from this content provider? Should I append some path to the URI? (I have tried guessing many) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

