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

Commit d7eec5d7 authored by Nino Jagar's avatar Nino Jagar
Browse files

Delete launched delete_packages_silently_backport flag

Aconfig definition to be removed in the next commit.

Bug: 409606525
Test: Manual end-to-end, existing units
Flag: EXEMPT removing delete_packages_silently_backport

Change-Id: I00350c5ebef7469a63c99831c4349f5516b33cb4
parent 5cbb8504
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) {