FileDocCategorySizeDatePackage
ActivityInfoCompat.javaAPI DocAndroid 5.1 API1171Thu Mar 12 22:22:56 GMT 2015android.support.v4.content.pm

ActivityInfoCompat

public 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_MODE
Bit 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 */
    
Methods Summary