From 73c35d03d24c48ecba9ecac0ca4f5e6be51cecb9 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 30 Dec 2015 19:11:24 -0800 Subject: [PATCH] docs: quick typo fix Fixed a typo and also removed a couple of extra blank lines. I'll build (to make sure I didn't break anything) then if it looks good I'll self-+2 and commit. bug: 26359706 Change-Id: Idc873ad774769819708c3d227d23e676a7fa1a90 --- docs/html/guide/topics/security/permissions.jd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/html/guide/topics/security/permissions.jd b/docs/html/guide/topics/security/permissions.jd index 4485e884844f0..dc785312f843f 100644 --- a/docs/html/guide/topics/security/permissions.jd +++ b/docs/html/guide/topics/security/permissions.jd @@ -245,8 +245,6 @@ your broadcast or who can send a broadcast to you.
  • Binding to or starting a service.
  • - -

    Automatic permission adjustments

    Over time, @@ -365,7 +363,7 @@ to be as high as possible. You can see which permissions were added with each re Any permission can belong to a permission group, including normal permissions and permissions defined by your app. However, a permission's group only affects the user experience if the - perimission is dangerous. You can ignore the permission group for normal + permission is dangerous. You can ignore the permission group for normal permissions.

    @@ -779,10 +777,6 @@ android:grantUriPermissions} attribute or {@link android.content.Context#checkUriPermission Context.checkUriPermission()} methods.

    - - - -

    Continue reading about: