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

Commit b5366422 authored by Nino Jagar's avatar Nino Jagar Committed by Android (Google) Code Review
Browse files

Merge "Delete launched delete_packages_silently_backport flag" into main

parents fbc1309a d7eec5d7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1494,9 +1494,6 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements

    private Boolean isSystemAppProtectionRoleHolder(
            @NonNull Computer snapshot, int userId, int callingUid) {
        if (!Flags.deletePackagesSilentlyBackport()) {
            return false;
        }
        String holderPackageName = Binder.withCleanCallingIdentity(() -> {
            RoleManager roleManager = mPm.mContext.getSystemService(RoleManager.class);
            if (roleManager == null) {