Merge "docs: Fix return info for support lib checkSelfPermission()" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9520071b98
@@ -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