The members of Android.App.ActivityAttribute are listed below.
See Also: Inherited members from System.Attribute
| Constructs and initializes a new Android.App.ActivityAttribute instance. |
| AllowEmbedded | bool. Documentation for this section has not yet been entered. | |
| AllowTaskReparenting | bool. Whether or not the activity can move from the tasdk that started it to the task it has an affinity for. | |
| AlwaysRetainTaskState | bool. Whether or not the state of the task that the activity is in will always be maintained by the system. | |
| ClearTaskOnLaunch | bool. Whether or not all activities will be removed from the task, except for the root activity, whenever it is re-launched from the home screen. | |
| ConfigurationChanges | Android.Content.PM.ConfigChanges. The configuration changes that the activity will handle itself. | |
| Enabled | bool. Whether or not the activity can be instantiated by the system. | |
| ExcludeFromRecents | bool. Whether or not the activity should be excluded from the list of recently launched activities. | |
| Exported | bool. Whether or not the activity can be launched by components of other applications. | |
| FinishOnTaskLaunch | bool. Whether or not an existing instance of the activity should be shut down whenever the user again launches its task. | |
| HardwareAccelerated | bool. Documentation for this section has not yet been entered. | |
| Icon | string. An icon representing the activity. | |
| Label | string. A user-readable label for the activity. | |
| LaunchMode | Android.Content.PM.LaunchMode. How the activity should be launched. | |
| LayoutDirection | Android.Views.LayoutDirection. Documentation for this section has not yet been entered. | |
| MainLauncher | bool. Whether or not the activity should be the main launcher for an application. | |
| MultiProcess | bool. Whether an instance of the activity can be launched into the process of the component that started it. | |
| Name | string. The name of the class that implements the activity. | |
| NoHistory | bool. Whether or not the activity should be removed from the activity stack and finished when the user navigates away. | |
| ParentActivity | Type. Documentation for this section has not yet been entered. | |
| Permission | string. The name of a permission that clients must have to launch the activity. | |
| Process | string. The name of the process in which the activity should run. | |
| ScreenOrientation | Android.Content.PM.ScreenOrientation. The orientation of the activity's display on the device. | |
| StateNotNeeded | bool. Whether or not the activity can be killed and successfully restarted without having saved its state. | |
| TaskAffinity | string. The task that the activity has an affinity for. | |
| Theme | string. A reference to a style resource defining an overall theme for the activity. | |
| UiOptions | Android.Content.PM.UiOptions. Documentation for this section has not yet been entered. | |
| WindowSoftInputMode | Android.Views.SoftInput. How the main window of the activity interacts with the window containing hte on-screen soft keyboard. |