Android.App.ApplicationAttribute Members

The members of Android.App.ApplicationAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Constructs and initializes a new Android.App.ApplicationAttribute instance.

Public Properties

AllowBackupbool. Documentation for this section has not yet been entered.
AllowClearUserDatabool. Whether or not users are given the option to remove user ata.
AllowTaskReparentingbool. Whether or not activities that the application defines can move from the task that started them to the task they have an affinity for when that task is next brought to the front.
BackupAgentType. The type that implements the application's backup agent.
Debuggablebool. Whether or not the application can be debugged.
Descriptionstring. User-readable text about the application, longer and more descriptive than the application label.
Enabledbool. Whether or not the Android system can instantiate components of the application.
HardwareAcceleratedbool. Whether or not hardware-accelerated rendering should be enabled for all Activities and Views within this application.
HasCodebool. Whether or not the application contains any code.
Iconstring. An icon representing the application.
KillAfterRestorebool. Whether the application should be terminated after its settings have been restored during a full-system restore operation.
Labelstring. A user-readable label for the application.
LargeHeapbool. Whether or not the application should be created with a large Dalvik heap.
Logostring. The Android resource which contains the logo for the application as a hole, and for Activities which don't specify a logo.
ManageSpaceActivityType. The Android.App.Activity that the system can launch to let users manage the memory occupied by the application on the device.
Namestring. TODO: Not supported. The name of the class to that implements the application.
Permissionstring. The name of a permission that clients must have to launch the application.
Persistentbool. Whether or not the application should remain running at all times.
Processstring. The name of the process in which the application should run.
RequiredAccountTypestring. Documentation for this section has not yet been entered.
RestoreAnyVersionbool. Whether or not the application is prepared to attempt a restore of any backed-up data set, even if the backup was stored by a newer version of the application than is currently installed on the device.
RestrictedAccountTypestring. Documentation for this section has not yet been entered.
SupportsRtlbool. Documentation for this section has not yet been entered.
TaskAffinitystring. The task that the application has an affinity for.
Themestring. A reference to a style resource defining an overall theme for the application.
UiOptionsAndroid.Content.PM.UiOptions. Extra options for the application's UI.
VMSafeModebool. Documentation for this section has not yet been entered.