1

I have a Google map and added marker on the map. When the accessibility mode is ON and we navigate to Map marker using Bluetooth keyboard it announces press Alt+⇧Shift+Enter ↵ to activate. However pressing the key combination does not have any action on map. How can i disable map marker to stop announcing this. I have overriden Enter ↵ key and added my functionality on tap of Enter button. How can i change talkback to announce press Enter ↵ instead of press Alt+⇧Shift+Enter ↵ to activate on map marker.

I have tried solution provided in How to change Android talkback instructions for double tap and long press and added delegate on mapfragment.getView() however accessibility.getActionList always is blank.

Some help will be appreciated Thanks.

Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
Shivam
  • 123
  • 1
  • 1
  • 5
  • I am facing the same issue in my Application. Did you solve this? – Anshul Nov 21 '16 at 09:25
  • Not yet looks like an OS specific issue. I am waiting if someone can answer this, trying https://www.novoda.com/blog/alternative-interfaces/ this did not help as well. may be Accessibility Service is a solution but i want to do it without Accessibility Service. – Shivam Nov 21 '16 at 09:27
  • I solved this by interrupting talkback and announcing my announcement using TTS – Shivam Sep 13 '17 at 19:52

0 Answers0