I am using AccessibilityService in AndroidStudio for an app which is going to access an another app. In a view there is not available actions of "ACTION_CLICK". Its sealed and I am getting this error
java.lang.IllegalStateException: Cannot perform this action on a sealed instance.
Is there any way to make it CLICKABLE. Or any help how to access by using AccessibilityService secured view. Any help or suggestion will be great. Thank you