我想在我的应用中使用自定义语音,如何禁用对讲声音? 我试过这个
@Override
public boolean onRequestSendAccessibilityEvent(ViewGroup host, View child, AccessibilityEvent event)
event.setEventType(event.TYPE_GESTURE_DETECTION_END);
return super.onRequestSendAccessibilityEvent(host, child, event);
}
直到我打开我的滑动面板