How perform a drag (based in X,Y mouse coordinates) on Android using AccessibilityService?

Here is a example of a solution based on Edit 3 of question. C# Windows Froms Application “formMain.cs“: using System.Net.Sockets; private List<Point> lstPoints; private void pictureBox1_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { lstPoints = new List<Point>(); lstPoints.Add(new Point(e.X, e.Y)); } } private void PictureBox1_MouseMove(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) … Read more

Accessibility service disabled upon each debug run

This might go some way to explain and mitigate your problem (but not what causes your Force stop). After Android 3.1 ” the system sets FLAG_EXCLUDE_STOPPED_PACKAGES on all broadcast intents.” So after 3.1 , all apps are stopped on boot. Why ?. For security reasons. There are RULES to turn the flag off FLAG_EXCLUDE_STOPPED_PACKAGES. (1) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)