ActivityInfoCompat
public
final
class
ActivityInfoCompat
extends Object
java.lang.Object | |
↳ | androidx.core.content.pm.ActivityInfoCompat |
This class is deprecated.
Use ActivityInfo
directly.
Helper for accessing features in ActivityInfo
.
Summary
Constants | |
---|---|
int |
CONFIG_UI_MODE
This constant is deprecated.
Use |
Inherited methods | |
---|---|
Constants
CONFIG_UI_MODE
public static final int CONFIG_UI_MODE
This constant is deprecated.
Use ActivityInfo.CONFIG_UI_MODE
directly.
Bit in ActivityInfo#configChanges that indicates that the
activity can itself handle the ui mode. Set from the
R.attr.configChanges
attribute.
Constant Value: 512 (0x00000200)