How to detect auto clicker app used by android user?
问题 Some android user using auto-clicker apps available on play-store to click multiple time. So I want to detect/block user who tries to use auto-clicker.Is there any way in android to detect such users?If yes, then how we can detect those users? 回答1: There is no API to detect if an autoclicker is running. All autoclickers use accessibility services to emulate clicks, and there is an API that allows you to detect if any accessibility service is running. The problem is, those services also