Update to follow framework change.

Change-Id: I4ce9cadc9a3a5e34bc0fc4cf01ebb0cd1447f913
This commit is contained in:
Dianne Hackborn
2011-08-15 18:25:56 -07:00
parent d1e8a2e257
commit b4ac2b3b35

View File

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