Update to follow framework change.
Change-Id: I4ce9cadc9a3a5e34bc0fc4cf01ebb0cd1447f913
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user