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

* commit '906cc3f4a1f99798de5be86a7c5235cdcd801f27':
  docs: Fix return info for support lib checkSelfPermission()
This commit is contained in:
Andrew Solovay
2015-08-22 00:59:08 +00:00
committed by Android Git Automerger

View File

@@ -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>