Reputation: 43
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
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