android.support.v4.content.pm
Class ActivityInfoCompat

java.lang.Object
  extended by android.support.v4.content.pm.ActivityInfoCompat

public class ActivityInfoCompat
extends Object

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


Field Summary
static int CONFIG_UI_MODE
          Bit in ActivityInfo#configChanges that indicates that the activity can itself handle the ui mode.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_UI_MODE

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 R.attr.configChanges attribute.

See Also:
Constant Field Values


Copyright © 2013 Marek Kedzierski. All Rights Reserved.