Merge "No-op flag to keep tests working in this branch."
This commit is contained in:
@@ -174,6 +174,8 @@ public class Am extends BaseCommand {
|
|||||||
instrument.noWindowAnimation = true;
|
instrument.noWindowAnimation = true;
|
||||||
} else if (opt.equals("--no-hidden-api-checks")) {
|
} else if (opt.equals("--no-hidden-api-checks")) {
|
||||||
instrument.disableHiddenApiChecks = true;
|
instrument.disableHiddenApiChecks = true;
|
||||||
|
} else if (opt.equals("--no-isolated-storage")) {
|
||||||
|
// NOTE: currently a no-op in this branch
|
||||||
} else if (opt.equals("--user")) {
|
} else if (opt.equals("--user")) {
|
||||||
instrument.userId = parseUserArg(nextArgRequired());
|
instrument.userId = parseUserArg(nextArgRequired());
|
||||||
} else if (opt.equals("--abi")) {
|
} else if (opt.equals("--abi")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user