setRequestInitialAccessibilityFocus
Sets whether the node has requested initial accessibility focus.
If the node hasRequestInitialAccessibilityFocus, this node would be one of candidates to be accessibility focused when the window appears.
Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
requestInitialAccessibilityFocus
True if the node requests to receive initial accessibility focus.
Throws
If called from an AccessibilityService.