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.