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

Commit d65c58b3 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Fix the function names

parent 7676dbaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -904,8 +904,8 @@ public final class DefaultPermissionGrantPolicy {
        PackageParser.Package drivePackage = getSystemPackage("foundation.e.drive");
        if (drivePackage != null
                && doesPackageSupportRuntimePermissions(drivePackage)) {
            grantRuntimePermissionsLPw(drivePackage, CONTACTS_PERMISSIONS, userId);
            grantRuntimePermissionsLPw(drivePackage, STORAGE_PERMISSIONS, userId);
            grantRuntimePermissions(drivePackage, CONTACTS_PERMISSIONS, userId);
            grantRuntimePermissions(drivePackage, STORAGE_PERMISSIONS, userId);

        }