Anh
Anh

Reputation: 43

Is it possible to record action while opening another app on Android?

As the title said, I want to know if it is possible to record my action (touch, swipe, etc) on smartphone while I'm using another app. If it is, then how can I do it?

Thank you for reading :D

Upvotes: 3

Views: 1115

Answers (1)

Ryan S
Ryan S

Reputation: 4567

If this is possible, it would be through an accessibility service as it has access to gesture and tap listening. More information here: http://developer.android.com/guide/topics/ui/accessibility/services.html

Upvotes: 1

Related Questions