diff options
| author | Scott Main <smain@google.com> | 2012-11-01 15:14:24 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-01 15:14:25 -0700 |
| commit | 465c37533ac1fb76d76b062452ae19afb84aab0a (patch) | |
| tree | c503955516060dfebdcef38cf1b795a9be2907b8 /docs/html/guide/topics/manifest/permission-element.jd | |
| parent | b9372de07d3329928f28104bb997aab57237504c (diff) | |
| parent | 22d17c984ae91e85a67d3fc03c092538c5080b0f (diff) | |
| download | frameworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.zip frameworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.tar.gz frameworks_base-465c37533ac1fb76d76b062452ae19afb84aab0a.tar.bz2 | |
Merge "docs: misc changes for new manifest attributes, including fix for bug 7443821 bug 7442263" into jb-mr1-dev
Diffstat (limited to 'docs/html/guide/topics/manifest/permission-element.jd')
| -rw-r--r-- | docs/html/guide/topics/manifest/permission-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/permission-element.jd b/docs/html/guide/topics/manifest/permission-element.jd index c256fb1..a23fb4b 100644 --- a/docs/html/guide/topics/manifest/permission-element.jd +++ b/docs/html/guide/topics/manifest/permission-element.jd @@ -111,7 +111,7 @@ The value can be set to one of the following strings: <td>"{@code signatureOrSystem}"</td> <td>A permission that the system grants only to applications that are in the Android system image <em>or</em> that are signed with the same - certificates as those in the system image. Please avoid using this + certificate as the application that declared the permission. Please avoid using this option, as the {@code signature} protection level should be sufficient for most needs and works regardless of exactly where applications are installed. The "{@code signatureOrSystem}" |
