diff options
author | Robert Schaub <rschaub@google.com> | 2015-06-24 13:19:49 -0700 |
---|---|---|
committer | Robert Schaub <rschaub@google.com> | 2015-06-24 13:19:49 -0700 |
commit | f496648e2dc2ce99784568e49f1dd782761c43bb (patch) | |
tree | 49753cbec8d962bc7d69af89678c429b86a93c40 /docs/html/guide | |
parent | c5a480d112f6ce8645d9e294c42b2baab3b56ab9 (diff) | |
download | frameworks_base-f496648e2dc2ce99784568e49f1dd782761c43bb.zip frameworks_base-f496648e2dc2ce99784568e49f1dd782761c43bb.tar.gz frameworks_base-f496648e2dc2ce99784568e49f1dd782761c43bb.tar.bz2 |
docs: Removed sentence from permissions doc
Bug: 21788582
Change-Id: Ifffed46dece0adb00671199c26c2fe995c4179ea
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/security/permissions.jd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/html/guide/topics/security/permissions.jd b/docs/html/guide/topics/security/permissions.jd index 6f919da..cfab3c9 100644 --- a/docs/html/guide/topics/security/permissions.jd +++ b/docs/html/guide/topics/security/permissions.jd @@ -52,9 +52,7 @@ must explicitly share resources and data. They do this by declaring the <em>permissions</em> they need for additional capabilities not provided by the basic sandbox. Applications statically declare the permissions they require, and the Android system prompts the user for consent at the time the -application is installed. Android has no mechanism for granting permissions -dynamically (at run-time) because it complicates the user experience to the -detriment of security.</p> +application is installed.</p> <p>The application sandbox does not depend on the technology used to build an application. In particular the Dalvik VM is not a security boundary, and |