ActivityInfoCompat
classActivityInfoCompat
kotlin.Any | |
↳ | androidx.core.content.pm.ActivityInfoCompat |
Helper for accessing features in android.content.pm.ActivityInfo
.
Summary
Constants | |
---|---|
static Int |
Bit in ActivityInfo#configChanges that indicates that the activity can itself handle the ui mode. |
Constants
CONFIG_UI_MODE
static valCONFIG_UI_MODE: Int
Deprecated: Use android.content.pm.ActivityInfo#CONFIG_UI_MODE
directly.
Bit in ActivityInfo#configChanges that indicates that the activity can itself handle the ui mode. Set from the android.R.attr#configChanges
attribute.
Value: 0x0200