Most visited

Recently visited

ActivityInfoCompat

public final class ActivityInfoCompat
extends Object

java.lang.Object
   ↳ android.support.v4.content.pm.ActivityInfoCompat


Helper for accessing features in ActivityInfo introduced after API level 4 in a backwards compatible fashion.

Summary

Constants

int CONFIG_UI_MODE

Bit in ActivityInfo#configChanges that indicates that the activity can itself handle the ui mode.

Inherited methods

From class java.lang.Object

Constants

CONFIG_UI_MODE

int CONFIG_UI_MODE

Bit in ActivityInfo#configChanges that indicates that the activity can itself handle the ui mode. Set from the configChanges attribute.

Constant Value: 512 (0x00000200)

Hooray!