Performaction Action_set_selection Not Working Properly
I am new at working with the accessibility library of android i have a lot of troubles. But there is one i think is not my fault: I want to use the accessibilitynodeinfo to start a
Solution 1:
You cannot use AccessibilityNodeInfo.performAction() to specify seek bar position. The ACTION_SET_SELECTION action is only implemented in TextView.
Post a Comment for "Performaction Action_set_selection Not Working Properly"