diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-01-14 00:33:32 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-14 00:33:32 +0000 |
commit | 9908e6fe5ed10ccf7e29df660ad71c5f87af5b63 (patch) | |
tree | a89459f93f82982ff238aca8f6e59d3acc337623 /docs/html/training | |
parent | 8ad31fb08d7d0d4209590e191fa68a6716d595fa (diff) | |
parent | 15de74b64b08c5f6d17c1a4c1d225dca70064f71 (diff) | |
download | frameworks_base-9908e6fe5ed10ccf7e29df660ad71c5f87af5b63.zip frameworks_base-9908e6fe5ed10ccf7e29df660ad71c5f87af5b63.tar.gz frameworks_base-9908e6fe5ed10ccf7e29df660ad71c5f87af5b63.tar.bz2 |
am 15de74b6: am cfbc332f: am f4494e6c: am faca5e3c: am ac5ad7b9: docs: Fixed typos.
* commit '15de74b64b08c5f6d17c1a4c1d225dca70064f71':
docs: Fixed typos.
Diffstat (limited to 'docs/html/training')
-rw-r--r-- | docs/html/training/articles/security-tips.jd | 4 |
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 |