android.content.pm
Class ActivityInfo
java.lang.Object
android.content.pm.PackageItemInfo
android.content.pm.ComponentInfo
android.content.pm.ActivityInfo
- All Implemented Interfaces:
- Parcelable
public class ActivityInfo
- extends ComponentInfo
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
theme
public int theme
LAUNCH_MULTIPLE
public static final int LAUNCH_MULTIPLE
- See Also:
- Constant Field Values
LAUNCH_SINGLE_TOP
public static final int LAUNCH_SINGLE_TOP
- See Also:
- Constant Field Values
LAUNCH_SINGLE_TASK
public static final int LAUNCH_SINGLE_TASK
- See Also:
- Constant Field Values
LAUNCH_SINGLE_INSTANCE
public static final int LAUNCH_SINGLE_INSTANCE
- See Also:
- Constant Field Values
launchMode
public int launchMode
permission
public java.lang.String permission
taskAffinity
public java.lang.String taskAffinity
targetActivity
public java.lang.String targetActivity
FLAG_MULTIPROCESS
public static final int FLAG_MULTIPROCESS
- See Also:
- Constant Field Values
FLAG_FINISH_ON_TASK_LAUNCH
public static final int FLAG_FINISH_ON_TASK_LAUNCH
- See Also:
- Constant Field Values
FLAG_CLEAR_TASK_ON_LAUNCH
public static final int FLAG_CLEAR_TASK_ON_LAUNCH
- See Also:
- Constant Field Values
FLAG_ALWAYS_RETAIN_TASK_STATE
public static final int FLAG_ALWAYS_RETAIN_TASK_STATE
- See Also:
- Constant Field Values
FLAG_STATE_NOT_NEEDED
public static final int FLAG_STATE_NOT_NEEDED
- See Also:
- Constant Field Values
FLAG_EXCLUDE_FROM_RECENTS
public static final int FLAG_EXCLUDE_FROM_RECENTS
- See Also:
- Constant Field Values
FLAG_ALLOW_TASK_REPARENTING
public static final int FLAG_ALLOW_TASK_REPARENTING
- See Also:
- Constant Field Values
FLAG_NO_HISTORY
public static final int FLAG_NO_HISTORY
- See Also:
- Constant Field Values
FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS
public static final int FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS
- See Also:
- Constant Field Values
flags
public int flags
SCREEN_ORIENTATION_UNSPECIFIED
public static final int SCREEN_ORIENTATION_UNSPECIFIED
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_LANDSCAPE
public static final int SCREEN_ORIENTATION_LANDSCAPE
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_PORTRAIT
public static final int SCREEN_ORIENTATION_PORTRAIT
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_USER
public static final int SCREEN_ORIENTATION_USER
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_BEHIND
public static final int SCREEN_ORIENTATION_BEHIND
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_SENSOR
public static final int SCREEN_ORIENTATION_SENSOR
- See Also:
- Constant Field Values
SCREEN_ORIENTATION_NOSENSOR
public static final int SCREEN_ORIENTATION_NOSENSOR
- See Also:
- Constant Field Values
screenOrientation
public int screenOrientation
CONFIG_MCC
public static final int CONFIG_MCC
- See Also:
- Constant Field Values
CONFIG_MNC
public static final int CONFIG_MNC
- See Also:
- Constant Field Values
CONFIG_LOCALE
public static final int CONFIG_LOCALE
- See Also:
- Constant Field Values
CONFIG_TOUCHSCREEN
public static final int CONFIG_TOUCHSCREEN
- See Also:
- Constant Field Values
CONFIG_KEYBOARD
public static final int CONFIG_KEYBOARD
- See Also:
- Constant Field Values
CONFIG_KEYBOARD_HIDDEN
public static final int CONFIG_KEYBOARD_HIDDEN
- See Also:
- Constant Field Values
CONFIG_NAVIGATION
public static final int CONFIG_NAVIGATION
- See Also:
- Constant Field Values
CONFIG_ORIENTATION
public static final int CONFIG_ORIENTATION
- See Also:
- Constant Field Values
CONFIG_SCREEN_LAYOUT
public static final int CONFIG_SCREEN_LAYOUT
- See Also:
- Constant Field Values
CONFIG_FONT_SCALE
public static final int CONFIG_FONT_SCALE
- See Also:
- Constant Field Values
configChanges
public int configChanges
softInputMode
public int softInputMode
CREATOR
public static final Parcelable.Creator<ActivityInfo> CREATOR
ActivityInfo
public ActivityInfo()
ActivityInfo
public ActivityInfo(ActivityInfo orig)
getThemeResource
public final int getThemeResource()
dump
public void dump(Printer pw,
java.lang.String prefix)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int parcelableFlags)
- Specified by:
writeToParcel in interface Parcelable- Overrides:
writeToParcel in class ComponentInfo
Copyright © 2008-2010. All Rights Reserved.