translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 6 of 6 questions

AccessibilityService setServiceInfo method's changes don't seem to take effect outside onServiceConnected

Stackoverflow

Quoting the docs for setServiceInfo

Tags: 
  • android
  • accessibility
  • accessibilityservice

Traverse AccessibilityNodeInfos in AccessibilityService

I currently retrieve the root node of the active window with getRootInActiveWindow(). Afterwards, I perform a breadth first search to get a list of all nodes.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

Accessibility Service - Hardware KeyPress

Stackoverflow

Is it possible to send past command so that it pastes text into currently focused edit text, I am using RFID reader Hardware. Scenario:

Tags: 
  • accessibility
  • accessibilityservice

Why onAccessibilityEvent(..) method of AccessibilityService is reading the same view many times?

I am using AccessibilityService to determine the text and coordinates of views of any current application running in android device.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

How to read window content (using accessibilityService) and evoking UI using draw over other app permission in Android?

Stackoverflow

My last question about the same topic was not clear enough and was put on hold by c

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

event.getSource returns null in Accessibility Service. (Catch source for a 3rd party app)

I need to read a resource of a 3rd party app using its resource id(which is known to me).
I am referencing to this link:

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice