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

Commit 93099a2d authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android Git Automerger
Browse files

am 4ad49b1c: am 32e3e721: am 3b7b06a1: am 487cdebd: am 8f1ea834: Handle the -a...

am 4ad49b1c: am 32e3e721: am 3b7b06a1: am 487cdebd: am 8f1ea834: Handle the -a flag for dumpsys appops.

* commit '4ad49b1c':
  Handle the -a flag for dumpsys appops.
parents 65c9c048 4ad49b1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1569,6 +1569,8 @@ public class AppOpsService extends IAppOpsService.Stub {
                if ("-h".equals(arg)) {
                    dumpHelp(pw);
                    return;
                } else if ("-a".equals(arg)) {
                    // dump all data
                } else if ("write-settings".equals(arg)) {
                    long token = Binder.clearCallingIdentity();
                    try {