Lines Matching full:permission
20 An app that declares a permission that requires a matching signature to
23 <permission android:name="com.android.cts.permissionWithSignature"
25 <uses-permission android:name="com.android.cts.permissionWithSignature" />
27 <!-- A permission this app will not hold. -->
28 <permission android:name="com.android.cts.permissionNotUsedWithSignature"
31 <permission android:name="com.android.cts.permissionNormal" />
39 <!-- Need a way for another app to try to access the permission. So create a content
40 provider which is enforced by the permission -->
48 <!-- Need a way for another app to try to access the permission, but will
55 <grant-uri-permission android:pathPattern="/foo.*" />
56 <grant-uri-permission android:pathPattern="/yes.*" />
69 <grant-uri-permission android:pathPattern="/foo.*" />
70 <grant-uri-permission android:pathPattern="/yes.*" />
86 <path-permission
90 <path-permission
94 <grant-uri-permission android:pathPattern=".*" />
98 when no default top-level permission. -->
102 <!-- Require signature permission to get into path. -->
103 <path-permission
108 <path-permission