page.title=<uses-permission> @jd:body
<uses-permission android:name="string" />
<manifest>
For more information on permissions, see the Permissions section in the introduction and the separate Security and Permissions document. A list of permissions defined by the base platform can be found at {@link android.Manifest.permission android.Manifest.permission}.
<permission>
element, a permission defined by another application, or one of the
standard system permissions, such as "{@code android.permission.CAMERA}"
or "{@code android.permission.READ_CONTACTS}". As these examples show,
a permission name typically includes the package name as a prefix.<permission>