Questions tagged [accessibilityservice]

An Android service which runs in the background and receives callbacks by the system when accessibility events are fired.

543 questions
-2
votes
1 answer

How to switch off my accessibility service app from the same app android?

I am working an accessibility service app . All I want is to switch it off from a button click of the same app. How can I achieve this?
Saurav Mir
  • 124
  • 1
  • 11
-3
votes
2 answers

Why does getPackageManager return null

So I am trying to start another app my inside my AccessibilityService but I keep getting the following java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.PackageManager android.content.Context.getPackageManager()'…
Jayce
  • 781
  • 3
  • 16
  • 35
-5
votes
1 answer

Android HELP ME, I have to get user's typing data from keypad using accessibilityService for disable people

I am developing the application for the disable person. I want to make a app which can read typing data by user. So, I use accessibiltyservice. In that case, how can I get the input value from user? Please help me, insight me....
user8282818
  • 111
  • 2
  • 9
1 2 3
36
37