honeycombMR2 property

int get honeycombMR2

H MR2.

Released publicly as Android 3.2 in July 2011.

Update to Honeycomb MR1 to support 7 inch tablets, improve screen compatibility mode, etc.

As of this version, applications that don't say whether they support XLARGE screens will be assumed to do so only if they target HONEYCOMB or later; it had been GINGERBREAD or later. Applications that don't support a screen size at least as large as the current screen will provide the user with a UI to switch them in to screen size compatibility mode.

This version introduces new screen size resource qualifiers based on the screen size in dp: see Configuration.screenWidthDp, Configuration.screenHeightDp, and Configuration.smallestScreenWidthDp. Supplying these in

Applications targeting this or a later release will get these new changes in behavior:

Constant Value: 13 (0x0000000d)

Added in API level 13

Implementation

static int get honeycombMR2 => Build_VERSION_CODES.HONEYCOMB_MR2;