Update to follow IActivityManager change.
Change-Id: I1e02418be7e6c2777662c0b4ba99b7b68c37834a
This commit is contained in:
@@ -66,8 +66,8 @@ public class MonkeyActivityEvent extends MonkeyEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
iam.startActivity(null, intent, null, null, 0, null, null, 0,
|
iam.startActivity(null, intent, null, null, null, 0,
|
||||||
false, false, false, null, null, false);
|
0, null, null, null);
|
||||||
} 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