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

Commit 96517fc5 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Fix CTS failure ActivityManagerTest.testKillingPidsOnImperceptible"

parents 74245220 0eae29ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -419,6 +419,8 @@ final class ActivityManagerConstants extends ContentObserver {
                context.getResources().getIntArray(
                com.android.internal.R.array.config_defaultImperceptibleKillingExemptionProcStates))
                .boxed().collect(Collectors.toList());
        IMPERCEPTIBLE_KILL_EXEMPT_PACKAGES.addAll(mDefaultImperceptibleKillExemptPackages);
        IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.addAll(mDefaultImperceptibleKillExemptProcStates);
    }

    public void start(ContentResolver resolver) {