summaryrefslogtreecommitdiffstats
path: root/docs/html-ndk/ndk/reference/index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html-ndk/ndk/reference/index.jd')
-rw-r--r--docs/html-ndk/ndk/reference/index.jd11
1 files changed, 8 insertions, 3 deletions
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>