summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-01-13 16:23:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-13 16:23:19 -0800
commitf4494e6c8f7fc610795337a72d774e0f6cdc94ac (patch)
tree2520ec47a7908dd244795a54bb5294df6d32cb42
parentc809bd8b39c2ab8874d6eb2e7189ca9e72f4c9ed (diff)
parentfaca5e3c917a6197b380eb5d2b51893b5d689946 (diff)
downloadframeworks_base-f4494e6c8f7fc610795337a72d774e0f6cdc94ac.zip
frameworks_base-f4494e6c8f7fc610795337a72d774e0f6cdc94ac.tar.gz
frameworks_base-f4494e6c8f7fc610795337a72d774e0f6cdc94ac.tar.bz2
am faca5e3c: am ac5ad7b9: docs: Fixed typos.
* commit 'faca5e3c917a6197b380eb5d2b51893b5d689946': docs: Fixed typos.
-rw-r--r--docs/html/training/articles/security-tips.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/articles/security-tips.jd b/docs/html/training/articles/security-tips.jd
index 54aebac..e05b44c 100644
--- a/docs/html/training/articles/security-tips.jd
+++ b/docs/html/training/articles/security-tips.jd
@@ -182,10 +182,10 @@ the camera.</p>
<h3 id="RequestingPermissions">Requesting Permissions</h3>
-<p>We recommend minimizing the number of permissions that your app requests
+<p>We recommend minimizing the number of permissions that your app requests.
Not having access to sensitive permissions reduces the risk of
inadvertently misusing those permissions, can improve user adoption, and makes
-your app less for attackers. Generally,
+your app less vulnerable for attackers. Generally,
if a permission is not required for your app to function, do not request it.</p>
<p>If it's possible to design your application in a way that does not require