<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
android.Manifest.permission.
퍼미션에 관한 더 많은 정보에 대해서, 앞에 나왔던 퍼미션 섹션과 8장. “보안과 퍼미션”을 보라. 기본 플랫폼에 의해 정의된 퍼미션 리스트는 android.Manifest.permission 에서 찾을 수 있다.
android:name<permission>
element, a permission defined by another application, or one of the
standard system permissions, such as "android.permission.CAMERA"
or "android.permission.READ_CONTACTS". As these examples show,
a permission name typically includes the package name as a prefix.<permission>