Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2ca8593 authored by Andrew Solovay's avatar Andrew Solovay Committed by Android Git Automerger
Browse files

am 9520071b: Merge "docs: Fix return info for support lib checkSelfPermission()" into mnc-dev

* commit '9520071b':
  docs: Fix return info for support lib checkSelfPermission()
parents e5b4c3d5 9520071b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -916,8 +916,11 @@ $ adb pm revoke <package_name> <permission_name>
  </dt>

  <dd>
    Returns <code>true</code> if the app has the specified permission, whether
    or not the device is using the M Preview.
    Returns {@link android.content.pm.PackageManager#PERMISSION_GRANTED
    PERMISSION_GRANTED} if the app has the specified permission, whether
    or not the device is using the M Preview. If the app does not have the
    specified permission, returns {@link
    android.content.pm.PackageManager#PERMISSION_DENIED PERMISSION_DENIED}.
  </dd>

  <dt>