From 6a4d3332601b3133ba7672f179c5aff4bf71634b Mon Sep 17 00:00:00 2001 From: Wonil Kim Date: Sat, 2 Jul 2016 12:06:57 +0900 Subject: Fix simple typo in System Permissions guide TYou to You BUG: 29946799 Change-Id: I9796a91109d5f0d756f5273ebc56c44ff4cf25f6 --- 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 e7bf760bb84a..39a1f814e49a 100644 --- a/docs/html/guide/topics/security/permissions.jd +++ b/docs/html/guide/topics/security/permissions.jd @@ -675,7 +675,7 @@ Services that cost you money: send SMS messages, directly call phone numbers

Enforcing Permissions in AndroidManifest.xml

-

TYou can apply high-level permissions restricting access to entire components +

You can apply high-level permissions restricting access to entire components of the system or application through your AndroidManifest.xml. To do this, include an {@link android.R.attr#permission android:permission} attribute on the desired -- cgit v1.2.3-59-g8ed1b