aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-10-02 14:44:27 -0700
committerGlenn Kasten <gkasten@google.com>2015-10-02 14:44:47 -0700
commit9822781b755422161f50b6e809f221884a740b0c (patch)
tree7d557e899e1673946919fcd13d3f05fc35d5fc35 /docs
parent415b6a18a885563499978f9db8759dc72e1d070a (diff)
downloadndk-9822781b755422161f50b6e809f221884a740b0c.tar.gz
Correct the permissions instructions
Change-Id: Ifb09c75e91421b18598b3576806f420d29404d6c
Diffstat (limited to 'docs')
-rw-r--r--docs/Additional_library_docs/opensles/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Additional_library_docs/opensles/index.html b/docs/Additional_library_docs/opensles/index.html
index 56750702a..4bd882f76 100644
--- a/docs/Additional_library_docs/opensles/index.html
+++ b/docs/Additional_library_docs/opensles/index.html
@@ -1124,8 +1124,6 @@ records audio, then it needs the <code>android.permission.RECORD_AUDIO</code>
permission. Applications that use audio effects need
<code>android.permission.MODIFY_AUDIO_SETTINGS</code>. Applications that play
network URI resources need <code>android.permission.NETWORK</code>.
-For API level 22 and earlier, permissions can be declared via the manifest.
-For API level 23 and above, permissions must be requested at run time.
See <a href="https://developer.android.com/training/permissions/index.html">Working with System Permissions</a>
for more information.
<p>