I have set up accessibility service that can click and swipe. I need to receive a call when it arrives. On emulator it can receive a call if it is shown as a notification and if I dispatch clicks via accessibility service programmatically. But When it comes to real device, the UI is showing a button to swipe to receive and a button to decline. But I am dispatching swipes to correct direction (from middle of the button in left side of the device to the right side of the screen) but that is not effecting the receiving button at all.
So I would like to know if anyone else has any experience on this or suggestion, so that the receive button is moved and call is received.