Android 权限管理 之 <permission> 标签

  • Android,权限,permission,

Declares a security permission that can be used to limit access to specific components or features of this or other applications. 声明一个可以被用来限制应用自身或者其他应用访问某些组件或者功能的安全权限。

<permission 
    android:description="string resource" 
    android:icon="drawable resource" 
    android:lebel="string resource" 
    android:name="string" 
    android:permissionGroup="string" 
    android:protectionLevel=["normal" | "dangerous" | "signature" | "signatureOrSystem"]/>

- EOF -

本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处,尊重他人劳动。
转载请注明:文章转载自 Binkery 技术博客 [https://binkery.com]
本文标题: Android 权限管理 之 标签
本文地址: https://binkery.com/archives/358.html