Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Created March 23, 2022 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Suchiq/d8c8a8e73f03a7128a58645bfe25cd46 to your computer and use it in GitHub Desktop.
Save Suchiq/d8c8a8e73f03a7128a58645bfe25cd46 to your computer and use it in GitHub Desktop.
if(VERSION.SDK_INT >= VERSION_CODES.Q){
TimeoutDuration = accessibilityManager.getRecommendedTimeoutMillis()
elseif(accessibilityManager.isEnabled()){
//content should not disable until user manually interact with
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment