Merge "Resolve package dumpstate as shell uid"

This commit is contained in:
TreeHugger Robot
2020-07-01 01:18:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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;