summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wonil Kim <wonil@google.com> 2016-07-02 12:06:57 +0900
committer Wonil Kim <wonil@google.com> 2016-07-02 12:06:57 +0900
commit6a4d3332601b3133ba7672f179c5aff4bf71634b (patch)
tree44d10242ef50fd9483fe6379def2b52afd018afa
parentfa7d97fa15700b62b01d0b7dd42fcaf12c57b9f5 (diff)
Fix simple typo in System Permissions guide
TYou to You BUG: 29946799 Change-Id: I9796a91109d5f0d756f5273ebc56c44ff4cf25f6
-rw-r--r--docs/html/guide/topics/security/permissions.jd2
1 files changed, 1 insertions, 1 deletions
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
<a name="manifest"></a>
<h3>Enforcing Permissions in AndroidManifest.xml</h3>
-<p>TYou can apply high-level permissions restricting access to entire components
+<p>You can apply high-level permissions restricting access to entire components
of the system or application through your
<code>AndroidManifest.xml</code>. To do this, include an {@link
android.R.attr#permission android:permission} attribute on the desired