summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest/permission-element.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-01 15:14:24 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-01 15:14:25 -0700
commit465c37533ac1fb76d76b062452ae19afb84aab0a (patch)
treec503955516060dfebdcef38cf1b795a9be2907b8 /docs/html/guide/topics/manifest/permission-element.jd
parentb9372de07d3329928f28104bb997aab57237504c (diff)
parent22d17c984ae91e85a67d3fc03c092538c5080b0f (diff)
downloadframeworks_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.jd2
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}"