Update call to IActivityManager.startActivity.
Multi-project change to go with https://googleplex-android-review.git.corp.google.com/529286 Bug: 17040932 Change-Id: I7fa018213acd71bc0f63c97399a1676bbde61d44
This commit is contained in:
@@ -67,7 +67,7 @@ public class MonkeyActivityEvent extends MonkeyEvent {
|
||||
|
||||
try {
|
||||
iam.startActivity(null, null, intent, null, null, null, 0,
|
||||
0, null, null, null);
|
||||
0, null, null);
|
||||
} catch (RemoteException e) {
|
||||
System.err.println("** Failed talking with activity manager!");
|
||||
return MonkeyEvent.INJECT_ERROR_REMOTE_EXCEPTION;
|
||||
|
||||
Reference in New Issue
Block a user