belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
Deprecated since version 27.1.0
ActivityInfoCompat
public
final
class
ActivityInfoCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.content.pm.ActivityInfoCompat |
This class was deprecated
in API level 27.1.0.
Use ActivityInfo
directly.
Helper for accessing features in ActivityInfo
.
Summary
Constants | |
---|---|
int |
CONFIG_UI_MODE
This constant was deprecated
in API level 27.1.0.
Use |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
Constants
CONFIG_UI_MODE
int CONFIG_UI_MODE
This constant was deprecated
in API level 27.1.0.
Use CONFIG_UI_MODE
directly.
Bit in ActivityInfo#configChanges that indicates that the
activity can itself handle the ui mode. Set from the
configChanges
attribute.
Constant Value: 512 (0x00000200)