Fix # of arguments to startActivity

Change-Id: I01daa8efe56d6a8ba0d35f63290d50281d4723eb
This commit is contained in:
Siva Velusamy
2012-03-09 14:14:28 -08:00
parent 438a4112b3
commit fd4a73989f

View File

@@ -67,7 +67,7 @@ public class MonkeyActivityEvent extends MonkeyEvent {
try {
iam.startActivity(null, intent, null, null, 0, null, null, 0,
false, false, null, null, false);
false, false, false, null, null, false);
} catch (RemoteException e) {
System.err.println("** Failed talking with activity manager!");
return MonkeyEvent.INJECT_ERROR_REMOTE_EXCEPTION;