I'm creating a music app and I'm currently working on talkback.
When controlling an app's seekbar for a position, the device is saying like "60% seek control" instead of saying the actual value like "2:30". How to fix it?
I was trying to use below methods but I couldn't make it work.
onInitializeAccessibilityEvent()
onInitializeAccessibilityNodeInfo()
onPopulateAccessibilityEvent()
onRequestSendAccessibilityEvent()
announceForAccessibility()