Skip to content

Instantly share code, notes, and snippets.

@matthewmorrone
Created November 12, 2019 17:25
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 matthewmorrone/2142450d7806e65556695ed0caa13bc8 to your computer and use it in GitHub Desktop.
Save matthewmorrone/2142450d7806e65556695ed0caa13bc8 to your computer and use it in GitHub Desktop.
public static boolean isTablet(Context context) {
return (context.getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) >= Configuration.SCREENLAYOUT_SIZE_LARGE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment