diff options
| author | 2015-07-10 02:20:40 +0000 | |
|---|---|---|
| committer | 2015-07-10 02:20:40 +0000 | |
| commit | 945f2f8c7d6e4dd9b1e1b8d74ee8e9b43e9ab96c (patch) | |
| tree | 314a97919ec3916078f80f2255c09ecd80a9ca0a | |
| parent | a7a6faf831d6a151c88563c70b88938dd45f2416 (diff) | |
| parent | b26b18f94eabfe3ceb0fdcbf2e203e2a1e0e9fce (diff) | |
am b26b18f9: am becb4164: am a70109e4: am 019a0943: Docs: Fixes a typo.
* commit 'b26b18f94eabfe3ceb0fdcbf2e203e2a1e0e9fce':
Docs: Fixes a typo.
| -rw-r--r-- | docs/html/preview/support.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 75d87a856821..8a73481eb8fe 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> |