Skip to main content

All Questions

0 votes
0 answers
55 views

How do I add custom accessibility actions to android web view

Context I have a setup with a title (text view), some web content (web view) and a footer (button). When talk back is enabled, the user can use standard Swipe left -> next item and swipe right -&...
Naveed's user avatar
  • 3,122
0 votes
0 answers
30 views

Android studio Accessibility service network request not working when outside the MainActivity application context

I have registered an accessibility service in my Android application and attempted to add a floating button to collect some data and send it to the backend for processing while outside of my app ...
virtual catty's user avatar
0 votes
1 answer
45 views

How to get all content from active window using AccessibilityService

How can i get all content from screen when i update window? is this possible? Means when i open and close any application, also home screen of device i want to get all text from active window. <?...
Gaurav Mandlik's user avatar
1 vote
1 answer
70 views

Android Accessibility app is not performing swipe gesture

I've been working on creating an Android app that can do a swipe-up gesture on the screen every 5 seconds. The idea is to make it scroll any app which is open such as reels on Instagram, or Facebook ...
Greyfrog's user avatar
  • 1,006
1 vote
1 answer
98 views

Why does getRootInActiveWindow() always returns null in Accessibility Event

I have tried all the permutations and combinations of the AccessibilityServiceConfig.xml. Here is the code for AccecssibilityService and AccessibilityServiceConfig.xml. Here is my code: @Override ...
Yogesh Ghaturle's user avatar
0 votes
0 answers
27 views

How to create an overlay window over a certain element via AccessibilityService and scroll it too?

I need to put an overlay Window precisely over a certain element of a third-party app, pixel by pixel or nearly so. I'm aware of: //............. appOverlayLayoutParams.gravity = Gravity.TOP | Gravity....
gareshka's user avatar
0 votes
1 answer
123 views

Google Play rejection due to Accessibility API Policy: Missing prominent disclosure in Flutter app

I recently updated my Flutter app on the Google Play Store to include a Pin Live Score functionality. This feature uses the AccessibilityService API in conjunction with the flutter_overlay_window (...
Jaimis Domadiya's user avatar
2 votes
0 answers
55 views

onAccessibilityEvent does not invoke on Android 9 Pie (API 28)

My application is intended to process selected text through Accessibility. On Android API versions < 28 it works as expected: user allows downloaded service in accessibility and then app is able to ...
d.matantsev's user avatar
0 votes
1 answer
96 views

How to access AccessibilityNode and perform click of the secondary display in Android multi-display setup?

I'm building an Android AccessibilityService that will support two displays. Idea is to have a draggable touch area on first display (something like a touchbar) with which the user can drag on to move ...
Tomislav's user avatar
  • 115
0 votes
0 answers
72 views

Accessibility service don't call onKeyEvent in games & jetpack Compose

How to know if user interacts with screen when my app is in background? I need to check is user is performing any touches or gestures on display while my application is in the background and in the ...
Xengo's user avatar
  • 425
0 votes
1 answer
33 views

Android getRootInActiveWindow() takes only 5 max list items

I'm trying to read a listview from getRootInActiveWindow() of AccessibilityService in Android. AccessibilityNodeInfo topMostNode = getTopMostParentNode(getRootInActiveWindow()); This is how I'm ...
Adam Taylor's user avatar
1 vote
1 answer
1k views

Taking screenshot on android phone with Accessibility Service always fails with internal error

I am trying to create an app that allows me to take screenshot of the current displayed screen of another app after pressing a button. Everytime I press the button and start the service of taking a ...
Toby's user avatar
  • 51
0 votes
1 answer
1k views

Android Accessibility Service Malfunctioning After App Upgrade, Requires Programmatic Fix

I'm encountering an issue with the Accessibility Service in my Android app after users upgrade from an older version to a newer version. The Accessibility Service is intended to assist users with ...
Sohail Mohammad's user avatar
3 votes
1 answer
191 views

AccessibilityService is not able to read text from hybrid android application (i.e. flutter)

I'm trying to create an AccessibilityService which can read text from the user screen, it works well and I'm able to grab most of the texts from native Android applications. Still, when I tried it ...
Adam Taylor's user avatar
1 vote
0 answers
558 views

Android talkback does not announce "selected" state

I have some items in bottomsheet, all the items have content description. When user opens this bottom sheet one the item is "selected" and I want to announcement to have prefix "...
Subodh Nijsure's user avatar

15 30 50 per page
1
2 3 4 5
12