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

Commit a1525c11 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Resolve package dumpstate as shell uid"

parents cf4c9d11 63b18ace
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6150,6 +6150,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;