summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/html-ndk/ndk/index.jd21
-rw-r--r--docs/html-ndk/ndk/reference/index.jd11
-rw-r--r--docs/html-ndk/ndk/reference/reference_toc.cs16
-rw-r--r--docs/html/preview/features/app-linking.jd2
4 files changed, 18 insertions, 32 deletions
diff --git a/docs/html-ndk/ndk/index.jd b/docs/html-ndk/ndk/index.jd
index 30d68d3..a88c15d 100644
--- a/docs/html-ndk/ndk/index.jd
+++ b/docs/html-ndk/ndk/index.jd
@@ -1,5 +1,5 @@
page.title=Android NDK
-page.tags="ndk, native, c, c++",
+page.tags="ndk, native, c, c++",
meta.tags="ndk, native, c++"
fullpage=true
section.landing=true
@@ -48,22 +48,3 @@ footer.hide=1
data-maxResults="9"
data-initial-results="3"></div>
</div></section>
-
-<section class="dac-section dac-light"><div class="wrap">
- <h1 class="dac-section-title">Something else</h1>
- <div class="dac-section-subtitle">
- Placeholder
- </div>
-
- <ul class="dac-section-links">
- <li class="dac-section-link"><a href="">
- <span class="dac-sprite dac-auto-chevron"></span>
- Overview and Usage
- </a></li>
- <li class="dac-section-link"><a href="/google/play/filters.html">
- <span class="dac-sprite dac-auto-chevron"></span>
- User Guide
- </a></li>
-
- </ul>
-</div></section>
diff --git a/docs/html-ndk/ndk/reference/index.jd b/docs/html-ndk/ndk/reference/index.jd
index a89c152..94bcb7a 100644
--- a/docs/html-ndk/ndk/reference/index.jd
+++ b/docs/html-ndk/ndk/reference/index.jd
@@ -1,12 +1,17 @@
page.title=API Reference
@jd:body
-<p>The API reference for the NDK currently comprises documentation for the base set of
+<p>The API reference for the NDK includes documentation for the base set of
native headers that the NDK provides for Android. These headers, and their associated libraries,
-provide functionalities such as:</p>
+expose a variety of features otherwise only accessible via the Android framework.
+A few of these features are as follows:</p>
<ul>
<li>Using hardware sensors.</li>
<li>Accessing storage.</li>
<li>Handling user input.</li>
-</ul> \ No newline at end of file
+ <li>Setting configuration information, such as screen orientation.</li>
+</ul>
+
+<p>The API reference provides detailed information on these and other functionalities provided
+in the NDK.</p>
diff --git a/docs/html-ndk/ndk/reference/reference_toc.cs b/docs/html-ndk/ndk/reference/reference_toc.cs
index 404a0a6..8ddb864 100644
--- a/docs/html-ndk/ndk/reference/reference_toc.cs
+++ b/docs/html-ndk/ndk/reference/reference_toc.cs
@@ -15,21 +15,21 @@
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___bitmap.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___bitmap.html"><span class="en">
Bitmap</span></a></div>
<ul>
<li><a href="/ndk/reference/bitmap_8h.html">bitmap.h</a></li>
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___configuration.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___configuration.html"><span class="en">
Configuration</span></a></div>
<ul>
<li><a href="/ndk/reference/configuration_8h.html">configuration.h</a></li>
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___input.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___input.html"><span class="en">
Input</span></a></div>
<ul>
<li><a href="/ndk/reference/input_8h.html">input.h</a></li>
@@ -37,14 +37,14 @@
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___looper.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___looper.html"><span class="en">
Looper</span></a></div>
<ul>
<li><a href="/ndk/reference/looper_8h.html">looper.h</a></li>
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___native_activity.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___native_activity.html"><span class="en">
Native Activity and Window</span></a></div>
<ul>
<li><a href="/ndk/reference/native__activity_8h.html">native_activity.h</a></li>
@@ -54,20 +54,20 @@
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___sensor.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___sensor.html"><span class="en">
Sensor</span></a></div>
<ul>
<li><a href="/ndk/reference/sensor_8h.html">sensor.h</a></li>
</ul>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/ndk/reference/group___storage.html"><span class="en">
+ <div class="nav-section-header"><a href="/ndk/reference/group___storage.html"><span class="en">
Storage Manager</span></a></div>
- </li>
<ul>
<li><a href="/ndk/reference/storage__manager_8h.html">sensor_manager.h</a></li>
<li><a href="/ndk/reference/obb_8h.html">obb.h</a></li>
</ul>
+ </li>
</ul>
<script type="text/javascript">
diff --git a/docs/html/preview/features/app-linking.jd b/docs/html/preview/features/app-linking.jd
index a677b1c..398b038 100644
--- a/docs/html/preview/features/app-linking.jd
+++ b/docs/html/preview/features/app-linking.jd
@@ -17,7 +17,7 @@ page.title=App Links
<p>
The Android Intent system is a flexible mechanism to enable apps to handle content and requests.
Multiple apps may declare matching URI patterns in their intent filters. When a user clicks on a
- web link that does not have default launch handler, the platform may show a dialog for the user
+ web link that does not have a default launch handler, the platform may show a dialog for the user
to select from a list of apps that have declared matching intent filters.
</p>