ActivityInfoCompatpublic class ActivityInfoCompat extends Object Helper for accessing features in {@link android.content.pm.ActivityInfo}
introduced after API level 4 in a backwards compatible fashion. |
Fields Summary |
---|
public static final int | CONFIG_UI_MODEBit in ActivityInfo#configChanges that indicates that the
activity can itself handle the ui mode. Set from the
{@link android.R.attr#configChanges} attribute. |
Constructors Summary |
---|
private ActivityInfoCompat()
/* Hide constructor */
|
|