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