I am making an application for automating certain things, for example while having a 3rd party app open, my application, running in the background, would simulate a click on the screen, at given coordinates, which would look like a regular screen tap to the 3rd party app.
But I am stuck on the actual screen tap simulation, how can I achieve it with Xamarin for Android?
The app will have root privileges.
Thank you.