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

Commit 63b18ace authored by Eugene Susla's avatar Eugene Susla
Browse files

Resolve package dumpstate as shell uid

Fixes: 158769948
Test: adb bugreport, ensure no exceptions from appops
Change-Id: I68cb90a2150d5eef3f5072e3b28f8737c0ea2a93
parent 0306efdd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6179,6 +6179,7 @@ public class AppOpsService extends IAppOpsService.Stub {
            case "root":
                return Process.ROOT_UID;
            case "shell":
            case "dumpstate":
                return Process.SHELL_UID;
            case "media":
                return Process.MEDIA_UID;