summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2015-07-09 13:33:22 -0700
committerDavid Friedman <dmail@google.com>2015-07-09 13:33:22 -0700
commit019a0943c332040bd6bde9d5afc109d1bd4c4195 (patch)
treeb9326ab9d3867bf5e24fbf8c1b8d8d4086d1fcc0
parentf739ad7fc33b63733d57e688f89d80b42fdc4974 (diff)
downloadframeworks_base-019a0943c332040bd6bde9d5afc109d1bd4c4195.zip
frameworks_base-019a0943c332040bd6bde9d5afc109d1bd4c4195.tar.gz
frameworks_base-019a0943c332040bd6bde9d5afc109d1bd4c4195.tar.bz2
Docs: Fixes a typo.
Change-Id: If8dfaab493c2cff4e247e5018d764e81ad2cf46a
-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>