Skip to content

Instantly share code, notes, and snippets.

@nfet
Created March 1, 2013 16:29
Show Gist options
  • Save nfet/5065822 to your computer and use it in GitHub Desktop.
Save nfet/5065822 to your computer and use it in GitHub Desktop.
/**
* Android 4.2: Moar jelly beans!
*/
public static final int JELLY_BEAN_MR1 = 17;
public static final boolean isOlderThanIceCreamSandwich() {
return Build.VERSION.SDK_INT < ICE_CREAM_SANDWICH;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment