From 0cccd0dbda4fa98b9d8abf33acb625edb5993b38 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 4 Jan 2016 12:00:49 -0800 Subject: [PATCH] docs: Fixing typo Just a missing period; I'll build (see first comment for stage location) then if it looks good I'll submit. bug: 26359756 Change-Id: I1f0619f23559abadacccc9a60d19aaf69713a6e2 --- docs/html/guide/topics/security/permissions.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/security/permissions.jd b/docs/html/guide/topics/security/permissions.jd index dc785312f843f..1091a0961d796 100644 --- a/docs/html/guide/topics/security/permissions.jd +++ b/docs/html/guide/topics/security/permissions.jd @@ -373,7 +373,7 @@ to be as high as possible. You can see which permissions were added with each re >targetSdkVersion is 22 or lower, the system asks the user to grant the permissions at install time. Once again, the system just tells the user what permission groups the app needs, not the individual - permissions + permissions.