am a70109e4: am 019a0943: Docs: Fixes a typo.

* commit 'a70109e4cc21a58649716e8b4fcf2a7c63274f04':
  Docs: Fixes a typo.
This commit is contained in:
David Friedman
2015-07-10 01:31:06 +00:00
committed by Android Git Automerger

View File

@@ -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>