summaryrefslogtreecommitdiffstats
path: root/samples/SampleSyncAdapter
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-10-14 11:05:08 -0700
committerScott Main <smain@google.com>2011-10-14 11:09:54 -0700
commit8e56770703951a9ee8255def50209f4dc0322584 (patch)
treec21005b3463184f3de1ecfaa205bbb1fe4a5c02c /samples/SampleSyncAdapter
parent0f53a4d2942a463bc3edf25210c523dc6c902373 (diff)
downloadandroid_development-8e56770703951a9ee8255def50209f4dc0322584.tar.gz
android_development-8e56770703951a9ee8255def50209f4dc0322584.tar.bz2
android_development-8e56770703951a9ee8255def50209f4dc0322584.zip
docs: add update information to some samples
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
Diffstat (limited to 'samples/SampleSyncAdapter')
-rw-r--r--samples/SampleSyncAdapter/_index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/SampleSyncAdapter/_index.html b/samples/SampleSyncAdapter/_index.html
index 603083a0a..1840403c2 100644
--- a/samples/SampleSyncAdapter/_index.html
+++ b/samples/SampleSyncAdapter/_index.html
@@ -26,6 +26,10 @@ AbstractThreadedSyncAdapter</a></code> abstract class and implementing the
<code>onPerformSync()</code> method, which gets called whenever the sync manager
issues a sync operation for that sync adapter. </p>
+<p class="note"><strong>Update:</strong> This sample has been updated for Android 4.0 to
+demonstrate new features, including: syncing and viewing contact groups, handling the "invite"
+intent, and a few other improvements.</p>
+
<p> The cloud-based service for this sample application is running at: </p>
<p style="margin-left:2em;">http://samplesyncadapter2.appspot.com/</p>