I have an android application required to perform touch gestures in entire android device and not just my own application I found these solutions:
- Using adb Commands
- ROOTing Android Device
- Accessibility Service in Android 7.0 or higher
Is there any other solution?