Fix # of arguments to startActivity
Change-Id: I01daa8efe56d6a8ba0d35f63290d50281d4723eb
This commit is contained in:
@@ -67,7 +67,7 @@ public class MonkeyActivityEvent extends MonkeyEvent {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
iam.startActivity(null, intent, null, null, 0, null, null, 0,
|
iam.startActivity(null, intent, null, null, 0, null, null, 0,
|
||||||
false, false, null, null, false);
|
false, false, false, null, null, false);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
System.err.println("** Failed talking with activity manager!");
|
System.err.println("** Failed talking with activity manager!");
|
||||||
return MonkeyEvent.INJECT_ERROR_REMOTE_EXCEPTION;
|
return MonkeyEvent.INJECT_ERROR_REMOTE_EXCEPTION;
|
||||||
|
|||||||
Reference in New Issue
Block a user