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

Commit a7e3f452 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Relax protected broadcast check to allow shell." into nyc-dev

am: 0e16984d

* commit '0e16984d':
  Relax protected broadcast check to allow shell.
parents fedbf9c3 0e16984d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -16963,7 +16963,6 @@ public final class ActivityManagerService extends ActivityManagerNative
            case Process.ROOT_UID:
            case Process.ROOT_UID:
            case Process.SYSTEM_UID:
            case Process.SYSTEM_UID:
            case Process.PHONE_UID:
            case Process.PHONE_UID:
            case Process.SHELL_UID:
            case Process.BLUETOOTH_UID:
            case Process.BLUETOOTH_UID:
            case Process.NFC_UID:
            case Process.NFC_UID:
                isCallerSystem = true;
                isCallerSystem = true;