Merge "Fix settings shell command"

This commit is contained in:
TreeHugger Robot
2016-12-28 00:41:31 +00:00
committed by Android (Google) Code Review

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;