summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2015-07-10 01:31:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-10 01:31:06 +0000
commitbecb4164d8a28664d89b655aa5b53f7738f98986 (patch)
tree55a53f7f43ab8101480da2868aeb996c47470a83
parentd75391e09363fdd0f3e2dfec9bf41c3b1e021f90 (diff)
parenta70109e4cc21a58649716e8b4fcf2a7c63274f04 (diff)
downloadframeworks_base-becb4164d8a28664d89b655aa5b53f7738f98986.zip
frameworks_base-becb4164d8a28664d89b655aa5b53f7738f98986.tar.gz
frameworks_base-becb4164d8a28664d89b655aa5b53f7738f98986.tar.bz2
am a70109e4: am 019a0943: Docs: Fixes a typo.
* commit 'a70109e4cc21a58649716e8b4fcf2a7c63274f04': Docs: Fixes a typo.
-rw-r--r--docs/html/preview/support.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd
index 75d87a8..8a73481 100644
--- a/docs/html/preview/support.jd
+++ b/docs/html/preview/support.jd
@@ -158,7 +158,7 @@ page.image=images/cards/card-support_16-9_2x.png
<li>The <code>android.permission.WRITE_EXTERNAL_STORAGE</code> permission
has protection level "dangerous", meaning that apps wanting to write to
external storage will need to request permission from the user at
- runtime. Both <code>WRITE_EXTERNAL_STORAGE</code> and
+ runtime. Both <code>READ_EXTERNAL_STORAGE</code> and
<code>WRITE_EXTERNAL_STORAGE</code> are members of the
<code>STORAGE</code> permission group.
</li>