summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Schaub <rschaub@google.com>2015-06-26 02:23:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-26 02:23:09 +0000
commitf207285d8d813730683b0c099edff84ac0b13244 (patch)
tree227a3d1199df3d92d144c3ab83de74445eff7268 /docs
parent9206d6a0e69ef0f60e20464796d4a2da6f7c42f4 (diff)
parentba12e226981216116de772739165ace65fe59d5b (diff)
downloadframeworks_base-f207285d8d813730683b0c099edff84ac0b13244.zip
frameworks_base-f207285d8d813730683b0c099edff84ac0b13244.tar.gz
frameworks_base-f207285d8d813730683b0c099edff84ac0b13244.tar.bz2
am ba12e226: am 0b5d0509: Merge "docs: Removed sentence from permissions doc" into mnc-preview-docs
* commit 'ba12e226981216116de772739165ace65fe59d5b': docs: Removed sentence from permissions doc
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/security/permissions.jd4
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