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

Commit d9725f72 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Only suspend package from system or shell" into pi-dev am: 986d537c

Change-Id: Idae1253f8530ca10612bd274818e90a82c3486b7
parents 02824fc2 986d537c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8464,6 +8464,7 @@ public class NotificationManagerService extends SystemService {

    @VisibleForTesting
    protected void simulatePackageSuspendBroadcast(boolean suspend, String pkg) {
        checkCallerIsSystemOrShell();
        // only use for testing: mimic receive broadcast that package is (un)suspended
        // but does not actually (un)suspend the package
        final Bundle extras = new Bundle();