android-a11y Questions

2

Solved

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 vi...
Atonal asked 4/11, 2014 at 7:38

1

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 ...

5

Solved

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 ...
Surmount asked 12/9, 2016 at 17:47

2

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 ...

5

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....
Harper asked 4/9, 2014 at 9:28

5

Solved

Is Accessibility enabled for Android WebView? Can anyone tell how to make a WebView accessible?
Banwell asked 17/5, 2012 at 11:31

2

Solved

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 ...
Zither asked 10/10, 2014 at 14:21

2

Solved

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 ...
Herne asked 22/4, 2016 at 11:53

3

Solved

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 fig...
Evaginate asked 12/3, 2012 at 22:18

1

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 ...
Inigo asked 5/12, 2014 at 21:37

1

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 ...
Geraldina asked 9/10, 2013 at 13:56

3

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 "D...
Herrmann asked 26/2, 2014 at 16:10

2

Solved

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 heavi...

2

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 ...
Spinthariscope asked 9/12, 2013 at 9:30

1

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 rec...
Chacon asked 12/5, 2012 at 0:34

1

Solved

How can I programatically detect if "Large Text" accessibility option is enabled on Android?
Lamkin asked 6/8, 2012 at 10:32
1

© 2022 - 2024 — McMap. All rights reserved.