Merge "Fix settings shell command"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3c288cf792
@@ -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