What methods are working for you guys (if any) to ...
# android
j
What methods are working for you guys (if any) to avoid auto-clicker apps? any suggestions? how can I disable
non-human
clicks for my app
not kotlin but kotlin colored 5
f
Not really Kotlin specific; Some auto-clicker apps, do so using accessibility services. See: https://developer.android.com/guide/topics/ui/accessibility/service In your app, you can detect if the interaction is done via an accessibility service; And block non-trusted services. See: https://www.guardsquare.com/blog/protecting-against-android-accessibility-services-threats
e
But you cannot detect this: https://github.com/ES-factory/DigiCombo
👍 1
j
thanks @Frank Bouwens It was helpful 🙌
f
No prob @jasu glad I could help! I heard about this during a recent developer talk; https://www.meetup.com/dutch-aug/events/303292464/ Slides: https://github.com/MR-KH21/android-threats/blob/main/Presentation-Threats-Meetup.pdf
👀 1