Files
android_development/samples/browseable/AgendaData/_index.jd
Trevor Johns 352925b966 Update sample prebuilts for mnc-docs
Synced to //developers/samples/android commit
1a0b1951b01698fe28a2fa59ba76a2e8076afc84.

Change-Id: I98ab8b96eb0d0cf491d3202b0371176c03847886
2015-10-02 16:41:45 -07:00

15 lines
560 B
Plaintext

page.tags="AgendaData"
sample.group=Wearable
@jd:body
<p>
Syncs calendar events to your wearable at the press of a button, using the Wearable
DataApi to transmit data such as event time, description, and background image. The
DataItems can be deleted individually via an action on the event notifications, or all
at once via a button on the companion. When deleted using the notification action, a
ConfirmationActivity is used to indicate success or failure.
</p>