I have a pull to refresh listView and a button. When I click the button, I want the focus for listView to be gone, I am working with talk back settings is on.
I used
setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS)
.
It is not working in 4.3 devices. What should I do to fix it? It is perfectly working in 4.4 and above devices.