Loading services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +0 −12 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +0 −12 Original line number Diff line number Diff line Loading @@ -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 Loading