Accessibility modal - Android

On Android, there is no method to indicate an accessibility modal. However, you can indicate an accessibility pane by using the setPaneTitle method. ViewCompat also contains a convenience method: setAccessibilityPaneTitle. Please keep in mind that focus is not trapped when a pane title has been set.

ViewCompat.setAccessibilityPaneTitle(view, "Appt pane")