docs: add update information to some samples
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
diff --git a/samples/SampleSyncAdapter/_index.html b/samples/SampleSyncAdapter/_index.html
index 603083a..1840403 100644
--- a/samples/SampleSyncAdapter/_index.html
+++ b/samples/SampleSyncAdapter/_index.html
@@ -26,6 +26,10 @@
<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>