Searched refs:revoke (Results 1 – 19 of 19) sorted by relevance
57 can grant or revoke the permissions granted to an app individually at any time. This feature of86 <li>Grant or revoke one or more permissions using the following syntax:<br>87 <pre>adb shell pm [grant|revoke] <permission.name> ...</pre>
87 <pre>adb shell pm [grant|revoke] <permission.name> ...</pre>
550 if (!permissionData.revoke(userId)) { in revokePermission()660 public boolean revoke(int userId) { in revoke() method in PermissionsState.PermissionData
17418 final boolean revoke =17432 if (revoke) {
199 Beginning with Android 6.0 (API level 23), users grant and revoke app238 <li>Grant or revoke one or more permissions:240 <pre class="no-pretty-print">$ adb shell pm [grant|revoke] <permission-name> ...</pre>
46 to the camera but not to the device location. The user can revoke the100 revoke permissions from any app at any time, even if the app targets a lower120 permission. The user is always free to revoke the permission, so even if the
54 permissions, and users cannot revoke these permissions.
203 The user can revoke the permissions at any time, so the app needs to218 revoke the permission is by uninstalling the app.
417 and revoke</a> API to revoke each subscriber's subscription (one by one) and446 Play Developer API</a> to <em>refund and revoke</em> a447 user's subscription. If you refund and revoke a subscription, the user's530 <li>Refund and revoke a subscription</li>
124 revoke use when necessary and minimize piracy.</p>
163 <a href="https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/revoke">164 {@code revoke()}</a> methods of the Purchases.subscriptions API don't support
247 builder.setNegativeButton(R.string.revoke, ocl); in addRevokeUIIfNecessary()
247 file's content URI, since this method grants access that you can only revoke by
57 Users can grant or revoke permissions individually for installed apps. </p>