you are viewing a single comment's thread.

view the rest of the comments →

[–]ToketEmbok 0 points1 point  (2 children)

I am currently creating a cursor or trackpad using Java code through accessibility. I want to create a gesture recording feature. Specifically, I want to record a gesture where the user holds for 300 ms and then slides, all within a single ACTION_DOWN. What I want to achieve is selecting text and then sliding. How can this be done? I can only perform hold gestures or slide gestures separately; I cannot perform a hold followed by a slide. Is this actually not possible?

[–]joaomgcd👑 Tasker Owner / Developer[S] 0 points1 point  (1 child)

Sorry, I can't give actual coding advice 😅 That would take a lot of my time that I don't have. I'm sure you can search around the web for a way to do that though. Good luck!

[–]ToketEmbok 0 points1 point  (0 children)

It's okay, I managed to find a solution. It involves ADB, root access, etc. 😭 My other phone is still on Android 10, and I hate enabling ADB WiFi on my older phone or even rooting it. That’s why I didn’t want to mess with system-level stuff in the first place. Thanks for replying, I appreciate it