Fix simple typo in System Permissions guide

TYou to You

BUG: 29946799
Change-Id: I9796a91109d5f0d756f5273ebc56c44ff4cf25f6
This commit is contained in:
Wonil Kim
2016-07-02 12:06:57 +09:00
parent fa7d97fa15
commit 6a4d333260

View File

@@ -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