I have a custom control extending SeekBar, in which I have overridden onInitializeAccessibilityNodeInfo as below:
SeekBar
onInitializeAccessibilityNodeInfo
@Override public
There are two ways to achieve this:
Programmatically you can say:
view.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
In your XML file, set the importance to "no".