jellyBeanMR1 property
int
get
jellyBeanMR1
J MR1.
Released publicly as Android 4.2 in November 2012.
Applications targeting this or a later release will get these new changes in behavior:
-
Content Providers: The default value of
android:exported
is nowfalse
. See the android:exported section in the provider documentation for more details. -
View.getLayoutDirection()
can return different values thanView.LAYOUT_DIRECTION_LTR
based on the locale etc. -
WebView.addJavascriptInterface
requires explicit annotations on methods for them to be accessible from Javascript.
Constant Value: 17 (0x00000011)
Added in API level 17
Implementation
static int get jellyBeanMR1 => Build_VERSION_CODES.JELLY_BEAN_MR1;