Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65bd44fe authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "docs: add jb mr1 api overview" into jb-mr1-dev

parents c17faf82 57655255
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
    <div class="nav-section-header"><a href="<?cs var:toroot ?>about/versions/jelly-bean.html">
      <span class="en">Jelly Bean</span></a></div>
      <ul>
        <li><a href="<?cs var:toroot ?>about/versions/android-4.2.html">Android 4.2 APIs</a></li>
        <li><a href="<?cs var:toroot ?>about/versions/android-4.1.html">Android 4.1 APIs</a></li>
      </ul>
  </li>
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@ Differences Report &raquo;</a> </li>
<p>
<em>API Level:</em>&nbsp;<strong>{@sdkPlatformApiLevel}</strong></p>

<p>Android 2.3.3 is a small feature release that adds several improvements
<p>Android 2.3.3 ({@link android.os.Build.VERSION_CODES#GINGERBREAD_MR1})
is a small feature release that adds several improvements
and APIs to the Android 2.3 platform.</p>

<p>For developers, the Android {@sdkPlatformVersion} platform is available as a
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@ Differences Report &raquo;</a> </li>
<p>
<em>API Level:</em>&nbsp;<strong>{@sdkPlatformApiLevel}</strong></p>

<p>Android 2.3.4 is a maintenance release that adds several bug fixes and patches
<p>Android 2.3.4 ({@link android.os.Build.VERSION_CODES#GINGERBREAD_MR1})
is a maintenance release that adds several bug fixes and patches
to the Android 2.3 platform, without any API changes from Android 2.3.3. Additionally, 
Android 2.3.4 brings support for the Open Accessory API to mobile devices,
through the optional <a href="#usb">Open Accessory Library</a>. </p>
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@ Differences Report &raquo;</a> </li>
<p>
<em>API Level:</em>&nbsp;<strong>{@sdkPlatformApiLevel}</strong></p>

<p>For developers, the Android {@sdkPlatformVersion} platform is available as a
<p>For developers, the Android {@sdkPlatformVersion}
({@link android.os.Build.VERSION_CODES#GINGERBREAD})platform is available as a
downloadable component for the Android SDK. The downloadable platform includes
an Android library and system image, as well as a set of emulator skins and
more. To get started developing or testing against Android {@sdkPlatformVersion},
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ Differences Report &raquo;</a> </li>

<p><em>API Level:</em>&nbsp;<strong>{@sdkPlatformApiLevel}</strong></p>

<p>For developers, the Android {@sdkPlatformVersion} platform is available as a downloadable
<p>For developers, the Android {@sdkPlatformVersion} platform
({@link android.os.Build.VERSION_CODES#HONEYCOMB}) is available as a downloadable
component for the Android SDK. The downloadable platform includes an Android library and system
image, as well as a set of emulator skins and more. The downloadable platform includes no external
libraries.</p>
Loading