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

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

Fix build issue

parent 96353d77
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -780,18 +780,6 @@ final class DefaultPermissionGrantPolicy {
              
            }



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


            // Apps
            PackageParser.Package appsPackage = getSystemPackageLPr("foundation.e.apps");
            if (appsPackage != null