Android.Content.PM.ActivityInfo Members

The members of Android.Content.PM.ActivityInfo are listed below.

See Also: Inherited members from Android.Content.PM.ComponentInfo

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

ConfigChangesConfigChanges. Bit mask of kinds of configuration changes that this activity can handle itself (without being restarted by the system).
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
DocumentLaunchModeDocumentLaunchMode. The document launch mode style requested by the activity.
FlagsActivityInfoFlags. Options that have been set in the activity declaration in the manifest.
LaunchModeLaunchMode. The launch mode style requested by the activity.
MaxRecentsint. The maximum number of tasks rooted at this activity that can be in the recent task list.
ParentActivityNamestring. If defined, the activity named here is the logical parent of this activity.
Permissionstring. Optional name of a permission required to be able to access this Activity.
PersistableModeActivityPersistableMode. Value indicating how this activity is to be persisted across reboots for restoring in the Recents list.
ScreenOrientationScreenOrientation. The preferred screen orientation this activity would like to run in.
SoftInputModeAndroid.Views.SoftInput. The desired soft input mode for this activity's main window.
TargetActivitystring. If this is an activity alias, this is the real activity class to run for it.
TaskAffinitystring. The affinity this activity has for another task in the system.
Themeint. A style resource identifier (in the package's resources) of this activity's theme.
[read-only]
ThemeResourceint. Return the theme resource identifier to use for this activity.
UiOptionsUiOptions. The desired extra UI options for this activity and its main window.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)