Slide 108
Slide 108 text
Modify default spoken text
SUBMIT
Place order, Button. Double tap to place order
ViewCompat.replaceAccessibilityAction(
button,
AccessibilityNodeInfoCompat.AccessibilityActionCompat.ACTION_CLICK,
"place order"
) { v, args ->
placeOrder()
true
}_