How to access Android's accessibility feature using kivy python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

3rd Jun 2021, 3:06 PM
Ujjawal Gupta
Ujjawal Gupta - avatar
4 Answers
+ 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
19th Jun 2021, 12:59 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thanks buddy, but can you give me the source code?
19th Jun 2021, 3:37 PM
Ujjawal Gupta
Ujjawal Gupta - avatar
0
No, you will have to write it yourself. I just have ideas, haven't actually done this.
19th Jun 2021, 4:52 PM
Tibor Santa
Tibor Santa - avatar
0
Oh ok
20th Jun 2021, 3:00 AM
Ujjawal Gupta
Ujjawal Gupta - avatar