I want to use custom voice in my app, how can I disable talkback sound? I have tried this
@Override
public boolean onRequestSendAccessibilityEvent(ViewGroup host, View child, AccessibilityEvent event)
event.setEventType(event.TYPE_GESTURE_DETECTION_END);
return super.onRequestSendAccessibilityEvent(host, child, event);
}
It works until I open my sliding panel