diff options
author | Andrew Solovay <asolovay@google.com> | 2015-07-07 10:57:55 -0700 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2015-07-07 10:57:55 -0700 |
commit | e44b86b23bc15ccf2016e044bfa5d23c177a1d3b (patch) | |
tree | cec23168b08d9b5f00ad9294d133d7c3f8584d55 /docs | |
parent | 7bd9b634c42b500466cf416566d27da229d6ca1c (diff) | |
download | frameworks_base-e44b86b23bc15ccf2016e044bfa5d23c177a1d3b.zip frameworks_base-e44b86b23bc15ccf2016e044bfa5d23c177a1d3b.tar.gz frameworks_base-e44b86b23bc15ccf2016e044bfa5d23c177a1d3b.tar.bz2 |
docs: Removed READ_EXTERNAL_STORAGE from 'normal' permissions
Per communication from Ben, READ_EXTERNAL_STORAGE was incorrectly
marked as a 'normal' permission in preview 1, and is properly
changed to 'dangerous' for preview 2. Updating the docs accordingly.
See first comment for doc stage location.
Change-Id: I0f824fb9689d2e7323e505b0200fda23eaa71eed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/preview/features/runtime-permissions.jd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/html/preview/features/runtime-permissions.jd b/docs/html/preview/features/runtime-permissions.jd index 79f0d88..95b4120 100644 --- a/docs/html/preview/features/runtime-permissions.jd +++ b/docs/html/preview/features/runtime-permissions.jd @@ -952,10 +952,6 @@ $ adb pm revoke <package_name> <permission_name> </li> <li> - <code>android.permission.READ_EXTERNAL_STORAGE</code> - </li> - - <li> <code>android.permission.REORDER_TASKS</code> </li> |