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

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

Merge "Fix 'cmd notification' crashes when no command is set."

parents 02c987ea 68d8041e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5746,6 +5746,9 @@ public class NotificationManagerService extends SystemService {

        @Override
        public int onCommand(String cmd) {
            if (cmd == null) {
                return handleDefaultCommands(cmd);
            }
            final PrintWriter pw = getOutPrintWriter();
            try {
                switch (cmd) {