Join Slack
Powered by
What methods are working for you guys (if any) to ...
# android
j
jasu
10/15/2024, 5:34 AM
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
Frank Bouwens
10/15/2024, 6:21 AM
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
Erfannj En
10/15/2024, 6:34 AM
But you cannot detect this:
https://github.com/ES-factory/DigiCombo
👍 1
j
jasu
10/25/2024, 12:15 PM
thanks
@Frank Bouwens
It was helpful 🙌
f
Frank Bouwens
10/25/2024, 12:22 PM
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
Open in Slack
Previous
Next