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

Commit d3f61eb2 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

am 7f152120: am b88758d8: am b6e00137: Fix build

* commit '7f152120':
  Fix build
parents 41f633aa 7f152120
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -381,8 +381,8 @@ final class DefaultPermissionGrantPolicy {
            // Device provisioning
            Intent deviceProvisionIntent = new Intent(
                    DevicePolicyManager.ACTION_PROVISION_MANAGED_DEVICE);
            PackageParser.Package deviceProvisionPackage = getDefaultSystemHandlerActvityPackageLPr(
                    deviceProvisionIntent, userId);
            PackageParser.Package deviceProvisionPackage =
                    getDefaultSystemHandlerActivityPackageLPr(deviceProvisionIntent, userId);
            if (deviceProvisionPackage != null
                    && doesPackageSupportRuntimePermissions(deviceProvisionPackage)) {
                grantRuntimePermissionsLPw(contactsPackage, ACCOUNTS_PERMISSIONS, userId);