Home
last modified time | relevance | path

Searched refs:revoke (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/docs/html/preview/
Dguide.jd57 can grant or revoke the permissions granted to an app individually at any time. This feature of
86 <li>Grant or revoke one or more permissions using the following syntax:<br>
87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/ja/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/ko/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java550 if (!permissionData.revoke(userId)) { in revokePermission()
660 public boolean revoke(int userId) { in revoke() method in PermissionsState.PermissionData
DPackageManagerService.java17418 final boolean revoke =
17432 if (revoke) {
/frameworks/base/docs/html/training/permissions/
Dbest-practices.jd199 Beginning with Android 6.0 (API level 23), users grant and revoke app
238 <li>Grant or revoke one or more permissions:
240 <pre class="no-pretty-print">$ adb shell pm [grant|revoke] &lt;permission-name&gt; ...</pre>
Drequesting.jd46 to the camera but not to the device location. The user can revoke the
100 revoke permissions from any app at any time, even if the app targets a lower
120 permission. The user is always free to revoke the permission, so even if the
/frameworks/base/docs/html/guide/topics/security/
Dnormal-permissions.jd54 permissions, and users cannot revoke these permissions.
Dpermissions.jd203 The user can revoke the permissions at any time, so the app needs to
218 revoke the permission is by uninstalling the app.
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd417 and revoke</a> API to revoke each subscriber's subscription (one by one) and
446 Play Developer API</a> to <em>refund and revoke</em> a
447 user's subscription. If you refund and revoke a subscription, the user's
530 <li>Refund and revoke a subscription</li>
Dbilling_best_practices.jd124 revoke use when necessary and minimize piracy.</p>
Dbilling_testing.jd163 <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
/frameworks/base/docs/html-intl/intl/in/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/core/java/android/widget/
DAppSecurityPermissions.java247 builder.setNegativeButton(R.string.revoke, ocl); in addRevokeUIIfNecessary()
/frameworks/base/docs/html-intl/intl/es/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/pt-br/preview/
Dguide.jd87 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd247 file's content URI, since this method grants access that you can only revoke by
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd57 Users can grant or revoke permissions individually for installed apps. </p>