Fix settings shell command
Test: run shell commands and verified result Change-Id: I24e87a0efa9330a5872d300e17083d320fcc0573
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user