I have an app that interfaces extensively with the contacts ContentProvider
. I am looking to introduce a Wear component to my app that will make use of contact data.
Is Wear able to directly access the contacts through a ContentResolver
or does it have to be manually synced from the mobile device?