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

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

Merge "Fix settings shell command"

parents ca9eed43 ce7daaf9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@ final public class SettingsService extends Binder {
                    // keep going; there's another PUT arg
                } else if (mValue == null) {
                    mValue = arg;
                    // what we have so far is a valid command
                    valid = true;
                    // keep going; there may be another PUT arg
                } else if (mToken == null) {
                    mToken = arg;