Starred in Android - How do I access this indicator?

1,645 views
Skip to first unread message

david levinson

unread,
Jul 8, 2011, 8:33:33 AM7/8/11
to google-co...@googlegroups.com
Does anyone know how I can access the indicator on the Gmail contact that is used to not a contact as "Starred in Android"?
 
 

Nicolas Garnier

unread,
Jul 10, 2011, 6:44:55 AM7/10/11
to google-co...@googlegroups.com
Hey Dave,

Unfortunately there is no way to know which contacts have been stared on Android using the API as it appears that the Android contacts application does not save this information in the API (as a gd:extendedProperty).
If your application runs on Android however you should be able to access the on-device database that the contacts Application is using locally. It should contain the starred information, however it would be best to ask for the specifics on an Android specific forum.

Cheers!

Nicolas Garnier

Developer Programs Engineer
Google Developer Relations
Google Switzerland GmbH.  
Brandschenkestrasse 110, 
8002 Zurich, 
Switzerland


The above terms reflect a potential business arrangement, are provided solely as a basis for further discussion, and are not intended to be and do not constitute a legally binding obligation. No legally binding obligations will be created, implied, or inferred until an agreement in final form is executed in writing by all parties involved.

This email may be confidential or privileged. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it went to the wrong person. Thanks
 
--

“When I’m being sad, I stop being sad and be awesome instead”



On Fri, Jul 8, 2011 at 14:33, david levinson <dlevi...@gmail.com> wrote:
Does anyone know how I can access the indicator on the Gmail contact that is used to not a contact as "Starred in Android"?
 
 

--
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" group.
To post to this group, send email to
google-co...@googlegroups.com
To unsubscribe from this group, send email to
google-contacts...@googlegroups.com
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html

Alain Vongsouvanh

unread,
Jul 11, 2011, 11:56:41 AM7/11/11
to google-co...@googlegroups.com
Hello David,

The Android Contacts Manager create a new group in your group lists labeled "Starred in Android" (you can see it in the GMail Contacts Manager as well). To retrieve contacts belonging to this group, you will first need to retrieve the group's Atom Id by sending an authorized GET request to:

Then look for the group with a title of "Starred in Android". You will need to save the group's Atom Id which looks like:


(with the appropriate values in place of userEmail  and groupId)

You will then be able to retrieve contacts belonging to this group by sending an authorized GET request to this URL:


(with the appropriate values in place of userEmail  and groupId)

I hope this helps!

Best,
Alain

--
Alain Vongsouvanh



Reply all
Reply to author
Forward
0 new messages