Merge "Remove exception for injecting pointer event from sendTrackballEventSync" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
605556d50e
@@ -1207,11 +1207,6 @@ public class Instrumentation {
|
||||
*/
|
||||
public void sendTrackballEventSync(MotionEvent event) {
|
||||
validateNotAppThread();
|
||||
if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) {
|
||||
throw new IllegalArgumentException(
|
||||
"Cannot inject pointer events from sendTrackballEventSync()."
|
||||
+ " Use sendPointerSync() to inject pointer events.");
|
||||
}
|
||||
if (!event.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) {
|
||||
event.setSource(InputDevice.SOURCE_TRACKBALL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user