Merge "Resolve package dumpstate as shell uid"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a1525c11b9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user