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

Commit 9b447d12 authored by Scott Main's avatar Scott Main
Browse files

docs: catchup gingerbread to gingerbread-docs with misc changes

Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021
parent 3d0f0108
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -38,10 +38,11 @@ you don't yet have a device, check with the service providers in your area to de
Android-powered devices are available.</p>

<p>If you want a SIM-unlocked phone, then you might consider either an Android Dev Phone or the
Google Nexus One. Both are SIM-unlocked so that you can use them on any GSM network using a SIM
Google Nexus S. These are SIM-unlocked so that you can use them on any GSM network using a SIM
card. The Android Dev Phones also feature an unlocked bootloader so you can install custom system
images (great for developing and installing custom versions of the Android platform). To purchase a
Nexus One, visit <a href="http://www.google.com/phone">google.com/phone</a>. To purchase an Android
images (great for developing and installing custom versions of the Android platform). To find a
a place you can purchase the Nexus S, visit <a
href="http://www.google.com/phone/detail/nexus-s">google.com/phone</a>. To purchase an Android
Dev Phone, see the <a href="http://market.android.com/publish">Android Market</a> site
(requires a developer account).</p>

+3 −3
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@
      </li>
      <li><a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
            <span class="en">Device Administration</span>
         </a> <span class="new">new!</span>
         </a>
      </li>
      <li class="toggle-list">
           <div>
@@ -403,7 +403,7 @@
                    </li>
                  </ul>
              </li>
              <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">Proguard</a></li>
              <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a> <span class="new">new!</span></li>
              <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li>
              <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html" >Traceview</a></li>
              <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html" >zipalign</a></li>
@@ -445,7 +445,7 @@
          </a></li>
      <li><a href="<?cs var:toroot ?>guide/publishing/licensing.html">
            <span class="en">Licensing Your Applications</span>
          </a> <span class="new">new!</span></li>
          </a></li>
      <li><a href="<?cs var:toroot ?>guide/publishing/preparing.html">
            <span class="en">Preparing to Publish</span>
            <span class="de" style="display:none">Vorbereitung auf die Veröffentlichung</span>
+6 −0
Original line number Diff line number Diff line
@@ -197,6 +197,12 @@
               <span class="en">List of Samples</span>
             </a></div>
        <ul>
          <li><a href="<?cs var:toroot ?>resources/samples/AccelerometerPlay/index.html">
                <span class="en">Accelerometer Play</span>
              </a> <span class="new">new!</span></li>
          <li><a href="<?cs var:toroot ?>resources/samples/AccessibilityService/index.html">
                <span class="en">Accessibility Service</span>
              </a> <span class="new">new!</span></li>
          <li><a href="<?cs var:toroot ?>resources/samples/ApiDemos/index.html">
                <span class="en">API Demos</span>
              </a></li>
+7 −0
Original line number Diff line number Diff line
@@ -18,6 +18,13 @@ href="{@docRoot}resources/samples/get.html">Getting the Samples</a>.</p>
-->
<dl>

 <dt><a href="AccelerometerPlay/index.html">Accelerometer Play</a></dt>
  <dd>An example that demonstrates how to use accelerometer readings
  in an application.</dd>
  
 <dt><a href="AccessibilityService/index.html">Accessibility Service</a></dt>
  <dd>An example that demonstrates the use of accessibility APIs.</dd>

 <dt><a href="ApiDemos/index.html">API Demos</a></dt>
  <dd>A variety of small applications that demonstrate an extensive collection of
  framework topics.</dd>
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ protected boolean onTap(int index) {
  OverlayItem item = mOverlays.get(index);
  AlertDialog.Builder dialog = new AlertDialog.Builder(mContext);
  dialog.setTitle(item.getTitle());
  dialog.setMessage(item.getSnippet())
  dialog.setMessage(item.getSnippet());
  dialog.show();
  return true;
}
Loading