I am implementing "Read Aloud
" or "Talkback
" for an app. Everything is working with contentDescription
text, but with option menu, I found nothing related to contentDescription
, I want system read "Menu "+ item's name
.
EX: My menu has 2 items: "Create New Folder" and "Delete current folder", currently, when I focus a menu item (Support trackball and bluetooth key), system can talk exactly the menu's text. But I want it talks more like "1: Menu Create New Folder" and "2: Menu Delete current folder".
So, How can I change the read text? How can I get the focused menu item
when bluetooth keyboard press UP/DOWN
key?