Member Name | Description |
---|---|
Density | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle density changes. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
FontScale | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the font scaling factor. Set from the Android.Resource.Attribute.ConfigChanges attribute. This is not a core resource configuration, but a higher-level value, so its constant starts at the high bits. |
Keyboard | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the keyboard type. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
KeyboardHidden | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the keyboard or navigation being hidden/exposed. Note that inspite of the name, this applies to the changes to any hidden states: keyboard or navigation. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
LayoutDirection | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle the change to layout direction. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
Locale | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the locale. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
Mcc | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the IMSI MCC. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
Mnc | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the IMSI MNC. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
Navigation | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the navigation type. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
Orientation | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the screen orientation. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
ScreenLayout | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the screen layout. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
ScreenSize | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle the 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. |
SmallestScreenSize | 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. |
Touchscreen | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle changes to the touchscreen type. Set from the Android.Resource.Attribute.ConfigChanges attribute. |
UiMode | Bit in ActivityInfo.ConfigChanges that indicates that the activity can itself handle the ui mode. Set from the Android.Resource.Attribute.ConfigChanges attribute. |