diff --git a/docs/html/guide/topics/security/permissions.jd b/docs/html/guide/topics/security/permissions.jd index e7bf760bb84a4..39a1f814e49a2 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