Lines Matching full:permission
38 the appropriate <i>permission.</i> You declare that your app needs a
39 permission by listing the permission in the <a href=
44 Depending on how sensitive the permission is, the system might grant the
45 permission automatically, or the device user might have to grant
46 the request. For example, if your app requests permission to turn on the
47 device's flashlight, the system grants that permission automatically. But
49 to approve that permission. Depending on the platform version, the user
50 grants the permission either when they install the app (on Android 5.1 and
58 that require a permission. Typically, an app is going to need permissions
62 turn Wi-Fi on or off, the app needs the appropriate permission. For a list of
70 app does not need permission if it is requesting that another app perform the
73 android.Manifest.permission#READ_CONTACTS READ_CONTACTS} permission. But if
76 Contacts app <em>does</em> need to have that permission. For more
84 To declare that your app needs a permission, put a <a href=
85 "{@docRoot}guide/topics/manifest/uses-permission-element.html"
86 ><code><uses-permission></code></a>
98 <strong><uses-permission android:name="android.permission.SEND_SMS"/></strong>
108 The system's behavior after you declare a permission depends on how sensitive
109 the permission is. If the permission does not affect user privacy, the system
110 grants the permission automatically. If the permission might grant access to