0
How to access Android's accessibility feature using kivy python?
I want to create a button by which I can access the accessibility feature
4 Respuestas
+ 1
I would start research here
https://kivy.org/doc/stable/guide/android.html
Check there how you can connect with android (Java) API through Plyer or Pyjnius - depending which API you want to call.
And you should find more detail about the accessibility API on android documentation site.
https://developer.android.com/reference/android/accessibilityservice/AccessibilityService
+ 1
Thanks buddy, but can you give me the source code?
0
No, you will have to write it yourself. I just have ideas, haven't actually done this.
0
Oh ok