Fix settings shell command

Test: run shell commands and verified result

Change-Id: I24e87a0efa9330a5872d300e17083d320fcc0573
This commit is contained in:
Svetoslav Ganov
2016-12-27 15:04:24 -08:00
parent 83fcc421c5
commit ce7daaf982

View File

@@ -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;