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

Commit fc5fe2d9 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

am: a7e3f452

* commit 'a7e3f452':
  Relax protected broadcast check to allow shell.
parents 5441ac10 a7e3f452
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -17002,7 +17002,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;