Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
1 answer
320 views

I'm wondering if it is possible to add alternative labels for voice access, to help users when interacting with items that may not contain text. For example, an icon for a shopping trolley could have ...
user2891659's user avatar
4 votes
1 answer
3k views

I'm trying to understand which element has obtained focus when I use the tab key from a external keyboard. I'm only using composable elements in the app, mostly custom elements. I've tried to using ...
Haroun Hajem's user avatar
  • 5,738
1 vote
1 answer
2k views

I have a View which contains a key and a value. The key is a string and the value is a numeric value, which represents whether something has gone up or down. Visually, i use a chevron and turn the ...
gaurav5430's user avatar
  • 14.1k
2 votes
0 answers
575 views

I have created a custom navigation line menu on Android TV that consists of a LinearLayoutCompat with AppCompatButtons that each represents an entry in the menu. The menu is built dynamically, in the ...
Mackovich's user avatar
  • 3,659
0 votes
1 answer
246 views

I can see importantForA11y is for minSdk=6+ But why would one have to use it, if they can just use setConentDescription=@null? What is the difference between importantForA11y=false vs. ...
Elad Benda's user avatar
  • 36.9k
0 votes
1 answer
182 views

I have the following polymer element, that inherits the "paper-behaviors/paper-button-behavior" but doesn´t provide any kind of auditive feedback when the user clicks the button. it just reads the ...
Yala Yala Herzlin's user avatar
2 votes
1 answer
2k views

We can populate a RecyclerView with items and, on binding, we can mark some of those items as 'headings' for accessibility. This means that in the 'headings' traversal mode of TalkBack, the user can ...
Rob Pridham's user avatar
  • 4,988
2 votes
2 answers
6k views

I have an item that steals the focus when its hosting activity is opened. But then in talkback mode it's read twice. 1) how can i define an item to be read as soon as the activity it opned? 2) what ...
Elad Benda's user avatar
  • 36.9k
1 vote
1 answer
3k views

I have a filters view which upon dismissing, I'd like to do 2 accessibility things: announce "$listSize items in list" since applying the filters will change the list size set focus to the "Add ...
David Albers's user avatar
1 vote
2 answers
2k views

I would like to announce the loading text on an android intermediate progressbar. I want to output something like this for disabled people who are using talkback service on the Android device when an ...
sam_k's user avatar
  • 6,023
0 votes
0 answers
706 views

I'm trying to define a title for a <select> tag which is read by the Android screen reader, mostly called "Talkback". On my test device (Galaxy S8+) it's called "Voice Assistant". Interestingly,...
dude's user avatar
  • 6,126
3 votes
1 answer
764 views

I know I can query the AccesibilityManager to determine if TalkBack has been enabled. Is there a way to detect when TalkBack is enabled using a broadcast receiver? I would prefer this solution as it ...
Alan's user avatar
  • 9,511
17 votes
5 answers
41k views

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus. Currently it says my content description right after ...
Paul's user avatar
  • 1,871
8 votes
2 answers
6k views

I'm writing an acessibility service in Android which relies on getting the view id of the currently selected view, however on some devices (Nexus 6P 6.0.1, Samsung Galaxy S6 edge+ 5 + 6.0.1) I get no ...
Martyn's user avatar
  • 16.7k
0 votes
1 answer
420 views

We need to detect if a person is using VoiceOver, Switch Control, TalkBack, or Switch Access to display alternate buttons on our swipe-dependent application. Normally we'd look for ...
Ted Drake's user avatar
1 vote
0 answers
114 views

I have a spinner which is filled with the following string array from resources. <string-array name="units_array_area"> <item>kg/hectare</item> <item>kg/acre</item&...
Aditya Naique's user avatar
1 vote
1 answer
1k views

I am designing an accessibility application in android which will be accessed using a bluetooth switch. The bluetooth switch will have two buttons: "Next" to navigate through the view elements & ...
jonDoe's user avatar
  • 268
5 votes
1 answer
4k views

I am making my application accessibility compliant. for this providing correct data to the accessibility framework by giving android:contentDescription="your string" in xml. Also I have Seen the ...
R World's user avatar
  • 766
26 votes
2 answers
37k views

Is it possible to change the accessibility focus order? For example, if I have 3 views side by side, with ids view1, view2, and view3, is there a simple way to make the accessibility focus go to ...
Allen Z.'s user avatar
  • 350
2 votes
1 answer
1k views

I am using a accessibility service and if i kill the app from running applications the system is taking away the accessibility permission that user explicitly gave and that leads me to ask for ...
dirtydexter's user avatar
  • 1,073
4 votes
2 answers
7k views

I have written an accessibility service and I want the service to be stopped/killed once it receives an accessibility event (i.e. in method onAccessibilityEvent). Can this be done? I have tried to ...
pradeep's user avatar
  • 45
2 votes
1 answer
3k views

With an accessibility service, double tapping activate the last element focused by the accessibility service. I just want to handle this event with my accessibility service but there is no listener/...
probitaille's user avatar
  • 2,037
10 votes
5 answers
17k views

My users will be using TalkBack enabled or some other Accessible Service. I would like to capture the onKeyEvent events in our App but the event is dispatched to the enabled Accessibility Services. ...
Noah Joseph Anderson's user avatar
11 votes
2 answers
2k views

I am writing an accessibility app that helps users navigate on android using a mixture of voice controls and controls provided via external aiding tools. It uses MonkeyTalk Java API to do the heavier ...
sokie's user avatar
  • 1,996
2 votes
1 answer
870 views

I am conducting accessibility testing on my android application, and am running into a few accessibility issues. I want to know if it possible to change any properties of the accessibility tools in ...
Parnit's user avatar
  • 1,032
6 votes
2 answers
4k views

I recently started looking into automating accessibility testing on Android. There isn't much information out there on the web. Has anyone explored this or are currently doing this? If so, can you ...
Kshah's user avatar
  • 81
8 votes
3 answers
12k views

We're looking to send an accessibility event (which would be picked up by TalkBack etc.) which isn't linked to a view. For example, how could I send an accessibility event (e.g. talkback saying "Data ...
Alex Curran's user avatar
  • 8,828
1 vote
1 answer
4k views

I have been searching around to integrate an accessibility service into my application to allow software simulated keypresses of back and recent. I have followed the official android accessibility ...
user3171088's user avatar
27 votes
2 answers
3k views

I'm developing application that views books. There is a screen (Activity) which shows a book. It has custom view, something similar to ViewSwitcher and every page is a bitmap that is rendered by a ...
mig35's user avatar
  • 1,442
11 votes
1 answer
5k views

I wrote a very simple accessibilityService and i am trying to have the description of the service show up in Settings/accessibility/my app. Below is all my code which should set the description to "...
erik's user avatar
  • 4,958
4 votes
1 answer
4k views

I am developing an app which uses the accessibility api in Android. I am having a bit of a problem while guiding the user to enable the service. The only thing I found so far is : final Intent ...
Tancho's user avatar
  • 1,603
2 votes
1 answer
6k views

I would like to create an Android Accessibility Application/Service. This Accessibility app would be able to magnify any screen image produced by any application resident on the android device. for ...
Hector's user avatar
  • 5,724
0 votes
2 answers
3k views

What is the difference between accessibility service and background service? When should I use each other?
nrofis's user avatar
  • 9,907
1 vote
2 answers
15k views

Hi I have a view with a TextView and linear layout. Linear layout is a kind of custom keyboard with number of buttons. So every button click I have to do some validations and append a character to the ...
Pocoyo's user avatar
  • 65
9 votes
1 answer
1k views

I have some problem with debugging AccessibilityService and can not find a solution - with every deployment/debug from Eclipse the service is not restarted automatically and it requires the manual ...
Chameleon's user avatar
  • 10.2k
3 votes
1 answer
869 views

My code works fine with Android versions above 4 but in Android 2.2 or 2.3 I am unable to detect Any event. Android logs show that service is running but whenever I fire a event its not recognized by ...
Aduait Pokhriyal's user avatar
18 votes
1 answer
4k views

How can I programatically detect if "Large Text" accessibility option is enabled on Android?
Gallal's user avatar
  • 4,272
24 votes
5 answers
20k views

Is Accessibility enabled for Android WebView? Can anyone tell how to make a WebView accessible?
Nemo's user avatar
  • 1,079
8 votes
1 answer
2k views

I'm developing an Android application with a service that extends AccessibilityService. I'd like to be able to test this without mocking out the accessibility framework. Does anyone have some ...
heathkit's user avatar
  • 583
0 votes
3 answers
2k views

I have gone through many questions, API demo regarding Accessibility feature in Android but it couldn't help. I want to support Accessibility in my Android application. Inbuilt Accessibility is ...
Harshad's user avatar
  • 8,030
4 votes
3 answers
9k views

I'm trying to write a very basic android accessibility service that shows a message and vibrates when any notification is raised. I've tried testing it by sending an email myself on my phone (I ...
Jeff Storey's user avatar
  • 57.4k
0 votes
2 answers
564 views

Has anyone implemented accessibility service? I have a requirement where in I need to know when home key is pressed from a service. I am wondering if AccessbilityService is the solution ....
Preethi's user avatar
  • 2,162