- focus
- The focus to find. One of Android.Views.Accessibility.AccessibilityNodeInfo.FocusInput or Android.Views.Accessibility.AccessibilityNodeInfo.FocusAccessibility.
Documentation for this section has not yet been entered.
Find the view that has the specified focus type. The search is performed across all windows.
Note: In order to access the windows your service has to declare the capability to retrieve window content by setting the NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#AccessibilityService_canRetrieveWindowContent property in its meta-data. For details refer to AccessibilityService.ServiceMetaData. Also the service has to opt-in to retrieve the interactive windows by setting the AccessibilityServiceInfo.FlagRetrieveInteractiveWindows flag.Otherwise, the search will be performed only in the active window.