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

Commit 7676dbaa authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Fix the function name

parent bebefae0
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -901,7 +901,7 @@ public final class DefaultPermissionGrantPolicy {
        }

        // eDrive
        PackageParser.Package drivePackage = getSystemPackageLPr("foundation.e.drive");
        PackageParser.Package drivePackage = getSystemPackage("foundation.e.drive");
        if (drivePackage != null
                && doesPackageSupportRuntimePermissions(drivePackage)) {
            grantRuntimePermissionsLPw(drivePackage, CONTACTS_PERMISSIONS, userId);