Merge \"Fix simple typo in System Permissions guide\" into nyc-dev

am: a2f3c8fb0b

Change-Id: I6aa06a7df365546bec88c65ba58b58869591f187
This commit is contained in:
Wonil Kim
2016-07-11 00:36:14 +00:00
committed by android-build-merger

View File

@@ -675,7 +675,7 @@ Services that cost you money: send SMS messages, directly call phone numbers
<a name="manifest"></a> <a name="manifest"></a>
<h3>Enforcing Permissions in AndroidManifest.xml</h3> <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 of the system or application through your
<code>AndroidManifest.xml</code>. To do this, include an {@link <code>AndroidManifest.xml</code>. To do this, include an {@link
android.R.attr#permission android:permission} attribute on the desired android.R.attr#permission android:permission} attribute on the desired