summaryrefslogtreecommitdiffstats
path: root/docs/html/preview
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2015-07-09 21:03:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-09 21:03:49 +0000
commita70109e4cc21a58649716e8b4fcf2a7c63274f04 (patch)
tree6c4e684506eb96a61c5abae5a05974d47ec28453 /docs/html/preview
parent8d56096b59dbbcfd18ab137309fe203cca0033d8 (diff)
parent019a0943c332040bd6bde9d5afc109d1bd4c4195 (diff)
downloadframeworks_base-a70109e4cc21a58649716e8b4fcf2a7c63274f04.zip
frameworks_base-a70109e4cc21a58649716e8b4fcf2a7c63274f04.tar.gz
frameworks_base-a70109e4cc21a58649716e8b4fcf2a7c63274f04.tar.bz2
am 019a0943: Docs: Fixes a typo.
* commit '019a0943c332040bd6bde9d5afc109d1bd4c4195': Docs: Fixes a typo.
Diffstat (limited to 'docs/html/preview')
-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>