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

Commit b41e36ba authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am a72eac60: Fix a typo causing NPE in restricted profiles

* commit 'a72eac60':
  Fix a typo causing NPE in restricted profiles
parents 3be9eb46 a72eac60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ final class DefaultPermissionGrantPolicy {
                    getDefaultSystemHandlerActivityPackageLPr(deviceProvisionIntent, userId);
            if (deviceProvisionPackage != null
                    && doesPackageSupportRuntimePermissions(deviceProvisionPackage)) {
                grantRuntimePermissionsLPw(contactsPackage, ACCOUNTS_PERMISSIONS, userId);
                grantRuntimePermissionsLPw(deviceProvisionPackage, ACCOUNTS_PERMISSIONS, userId);
            }

            // Maps