summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/compatibility-library.jd
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-03-16 01:17:58 -0700
committerJoe Fernandez <joefernandez@google.com>2012-03-16 17:45:20 -0700
commitdad557e0cf9921a0ac4d9959df0223a3acebfa4e (patch)
tree5a75785b82054e428b8addf494a82b8554efaa31 /docs/html/sdk/compatibility-library.jd
parenteb1d42e4faa34c2acf76200913920fd5ca46a39e (diff)
downloadframeworks_base-dad557e0cf9921a0ac4d9959df0223a3acebfa4e.zip
frameworks_base-dad557e0cf9921a0ac4d9959df0223a3acebfa4e.tar.gz
frameworks_base-dad557e0cf9921a0ac4d9959df0223a3acebfa4e.tar.bz2
docs: Android SDK r17 (RC6) Release Notes
Change-Id: I1e58b3827e4fe70310d2154e0f85b16b79d6a0d2
Diffstat (limited to 'docs/html/sdk/compatibility-library.jd')
-rw-r--r--docs/html/sdk/compatibility-library.jd31
1 files changed, 30 insertions, 1 deletions
diff --git a/docs/html/sdk/compatibility-library.jd b/docs/html/sdk/compatibility-library.jd
index df71552..30d807f 100644
--- a/docs/html/sdk/compatibility-library.jd
+++ b/docs/html/sdk/compatibility-library.jd
@@ -46,11 +46,40 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p>
<p>The sections below provide notes about successive releases of
the Support Package, as denoted by revision number.</p>
-
<div class="toggle-content open">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" />
+ Support Package, revision 7 (March 2012)
+ </a></p>
+
+ <div class="toggle-content-toggleme" style="padding-left:2em">
+ <dl>
+ <dt>Changes for v4 support library:</dt>
+ <dd>
+ <ul>
+ <li>Added {@link android.support.v4.app.ShareCompat}, which provides helper classes
+for sending and receiving content for social sharing applications, including new metadata for
+attributing shared data to the source app. This class also provides compatible integration with the
+new {@link android.widget.ShareActionProvider} in Android 4.0.</li>
+ <li>Added {@link android.support.v4.app.NavUtils} and {@link
+android.support.v4.app.TaskStackBuilder} to provide support for implementing the
+<a href="{@docRoot}design/index.html">Android Design</a> guidelines for navigation. These
+additions include a way to implement the action bar's <em>Up</em> button across versions.
+For an example implementation of this pattern, see the AppNavigation sample in
+({@code <em>&lt;sdk&gt;</em>/samples/<em>&lt;platform&gt;</em>/AppNavigation}).</li>
+ <li>Added {@link android.support.v4.app.NotificationCompat.Builder} to provide a
+compatibility implementation of Android 3.0's {@link android.app.Notification.Builder} helper class
+for creating standardized system notifications.</li>
+ </ul>
+ </dd>
+ </dl>
+ </div>
+
+<div class="toggle-content closed">
+
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" />
Support Package, revision 6 (December 2011)
</a></p>