Android.Content.PM.ConfigChanges.SmallestScreenSize Field
Bit in ActivityInfo.ConfigChanges that indicates that the activity
can itself handle the smallest screen size. Set from the
Android.Resource.Attribute.ConfigChanges attribute. This will be
set by default for applications that target an earlier version
than Android.OS.Build.VERSION_CODES.HoneycombMr2...
however, you will not see the bit set here becomes some
applications incorrectly compare ActivityInfo.ConfigChanges against
an absolute value rather than correctly masking out the bits
they are interested in. Please don't do that, thanks.