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

Commit 8f1ea834 authored by Tim Kilbourn's avatar Tim Kilbourn
Browse files

Handle the -a flag for dumpsys appops.

Bug: 23017449
Change-Id: I6ce9ac368e2739153867c246893eb544d052834f
parent 95137857
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 {