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

Commit ebd6ac55 authored by Nate Myren's avatar Nate Myren Committed by Manjeet Rulhania
Browse files

Fix documentation for PackageInfo.requestedPermissionsFlags

The docs should reflect that REQUESTED_PERMISSION_IMPLICIT can be set

Bug: 195016052
Test: build
Change-Id: I76cfa2d6d8c2d730ef862fac705cd75d6a004c8b
parent 0be58372
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ public class PackageInfo implements Parcelable {
     * or null if there were none.  This is only filled in if the flag
     * {@link PackageManager#GET_PERMISSIONS} was set.  Each value matches
     * the corresponding entry in {@link #requestedPermissions}, and will have
     * the flags {@link #REQUESTED_PERMISSION_GRANTED} and
     * the flags {@link #REQUESTED_PERMISSION_GRANTED}, {@link #REQUESTED_PERMISSION_IMPLICIT}, and
     * {@link #REQUESTED_PERMISSION_NEVER_FOR_LOCATION} set as appropriate.
     */
    @Nullable