How Does The Api 24 Accessibilityservice.dispatchgesture() Method Work?
With API 24 we got a way to dispatch a gesture to the device, however there is no solid documentation or examples out there yet. I am trying to get it to work but currently the ges
Solution 1:
Your path is just lineTo
s, which doesn't specify a starting point. Try changing the first one to a moveTo
.
Post a Comment for "How Does The Api 24 Accessibilityservice.dispatchgesture() Method Work?"