Skip to content

Commit e097432

Browse files
committed
docs: misc changes to overview and add known issues link to sdk tools notes
Change-Id: Ia1c6b7947eb861c5bf32107c3efed3279e890b8e
1 parent 83e160d commit e097432

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/html/resources/resources-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ var ANDROID_RESOURCES = [
428428
}
429429
},
430430
{
431-
tags: ['sample', 'layout', 'ui'],
431+
tags: ['sample', 'layout', 'ui', 'updated'],
432432
path: 'samples/ApiDemos/index.html',
433433
title: {
434434
en: 'API Demos'

docs/html/sdk/android-4.0.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ class="toggle-content-img" alt="" />
100100
<li><a href="#Multimedia">Multimedia</a></li>
101101
<li><a href="#Bluetooth">Bluetooth</a></li>
102102
<li><a href="#AndroidBeam">Android Beam (NDEF Push with NFC)</a></li>
103-
<li><a href="#P2pWiFi">Peer-to-peer Wi-Fi</a></li>
104-
<li><a href="#NetworkData">Network Data</a></li>
103+
<li><a href="#WiFiDirect">Wi-Fi Direct</a></li>
104+
<li><a href="#NetworkUsage">Network Usage</a></li>
105105
<li><a href="#RenderScript">RenderScript</a></li>
106106
<li><a href="#A11y">Accessibility</a></li>
107107
<li><a href="#Enterprise">Enterprise</a></li>
@@ -653,7 +653,7 @@ Beam Demo</a> sample app.</p>
653653

654654

655655

656-
<h3 id="P2pWiFi">Peer-to-peer Wi-Fi</h3>
656+
<h3 id="WiFiDirect">Wi-Fi Direct</h3>
657657

658658
<p>Android now supports Wi-Fi Direct for peer-to-peer (P2P) connections between Android-powered
659659
devices and other device types without a hotspot or Internet connection. The Android framework
@@ -739,7 +739,7 @@ sample application.</p>
739739

740740

741741

742-
<h3 id="NetworkData">Network Data</h3>
742+
<h3 id="NetworkUsage">Network Usage</h3>
743743

744744
<p>Android 4.0 gives users precise visibility of how much network data their applications are using.
745745
The Settings app provides controls that allow users to manage set limits for network data usage and

docs/html/sdk/eclipse-adt.jd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ document.</p>
6666
<p>The sections below provide notes about successive releases of
6767
the ADT Plugin, as denoted by revision number. </p>
6868

69+
<p>For a summary of all known issues in ADT, see <a
70+
href="http://tools.android.com/release/knownissues">http://tools.android.com/release/knownissues</a>.</p>
71+
6972
<script type="text/javascript">
7073
function toggleDiv(link) {
7174
var toggleable = $(link).parent();

docs/html/sdk/tools-notes.jd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ the SDK Tools, as denoted by revision number. To determine what revision of the
2323
Tools you are using, refer to the "Installed Packages" listing in the Android SDK
2424
and AVD Manager. </p>
2525

26+
<p>For a summary of all known issues in SDK Tools, see <a
27+
href="http://tools.android.com/release/knownissues">http://tools.android.com/release/knownissues</a>.</p>
28+
2629
<script type="text/javascript">
2730
function toggleDiv(link) {
2831
var toggleable = $(link).parent();

0 commit comments

Comments
 (0)