I am doing some testing on Android related to screen pinning. I want to send simultaneous input taps on a device on the back button and the overview button to stop screen pinning.
I tried to do this and put the second input has a delay.
adb shell "input tap X1 Y1 ; input tap X2 Y2"
How do I make two input taps simultaneous ?