am 9520071b: Merge "docs: Fix return info for support lib checkSelfPermission()" into mnc-dev
* commit '9520071b983e2ca61160f580e0be3fe24d305760': docs: Fix return info for support lib checkSelfPermission()
This commit is contained in:
@@ -916,8 +916,11 @@ $ adb pm revoke <package_name> <permission_name>
|
|||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
Returns <code>true</code> if the app has the specified permission, whether
|
Returns {@link android.content.pm.PackageManager#PERMISSION_GRANTED
|
||||||
or not the device is using the M Preview.
|
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>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user