# Application.AttributesContainer

> The attributes container for the <application> element.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.5/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle
* **Inherits from:** [BaseAttributesContainer](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer.md)

```csharp
public sealed class Application.AttributesContainer : BaseAttributesContainer
```

## Properties

| Property                                                                                                                                                        | Description                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [AllowBackup](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/allowbackup.md)                                     | The C# definition of the `  android:allowBackup  ` Android Manifest attribute.                   |
| [AllowClearUserData](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/allowclearuserdata.md)                       | The C# definition of the `  android:allowClearUserData  ` Android Manifest attribute.            |
| [AllowNativeHeapPointerTagging](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/allownativeheappointertagging.md) | The C# definition of the `  android:allowNativeHeapPointerTagging  ` Android Manifest attribute. |
| [AllowTaskReparenting](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/allowtaskreparenting.md)                   | The C# definition of the `  android:allowTaskReparenting  ` Android Manifest attribute.          |
| [AppCategory](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/appcategory.md)                                     | The C# definition of the android:appCategory Android Manifest attribute.                         |
| [BackupAgent](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/backupagent.md)                                     | The C# definition of the `  android:backupAgent  ` Android Manifest attribute.                   |
| [BackupInForeground](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/backupinforeground.md)                       | The C# definition of the `  android:backupInForeground  ` Android Manifest attribute.            |
| [Banner](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/banner.md)                                               | The C# definition of the `  android:banner  ` Android Manifest attribute.                        |
| [DataExtractionRules](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/dataextractionrules.md)                     | The C# definition of the `  android:dataExtractionRules  ` Android Manifest attribute.           |
| [Debuggable](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/debuggable.md)                                       | The C# definition of the `  android:debuggable  ` Android Manifest attribute.                    |
| [Description](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/description.md)                                     | The C# definition of the `  android:description  ` Android Manifest attribute.                   |
| [Enabled](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/enabled.md)                                             | The C# definition of the `  android:enabled  ` Android Manifest attribute.                       |
| [ExtractNativeLibs](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/extractnativelibs.md)                         | The C# definition of the `  android:extractNativeLibs  ` Android Manifest attribute.             |
| [FullBackupContent](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/fullbackupcontent.md)                         | The C# definition of the `  android:fullBackupContent  ` Android Manifest attribute.             |
| [FullBackupOnly](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/fullbackuponly.md)                               | The C# definition of the `  android:fullBackupOnly  ` Android Manifest attribute.                |
| [GwpAsanMode](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/gwpasanmode.md)                                     | The C# definition of the `  android:gwpAsanMode  ` Android Manifest attribute.                   |
| [HardwareAccelerated](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/hardwareaccelerated.md)                     | The C# definition of the `  android:hardwareAccelerated  ` Android Manifest attribute.           |
| [HasCode](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/hascode.md)                                             | The C# definition of the `  android:hasCode  ` Android Manifest attribute.                       |
| [HasFragileUserData](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/hasfragileuserdata.md)                       | The C# definition of the `  android:hasFragileUserData  ` Android Manifest attribute.            |
| [Icon](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/icon.md)                                                   | The C# definition of the `  android:icon  ` Android Manifest attribute.                          |
| [KillAfterRestore](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/killafterrestore.md)                           | The C# definition of the `  android:killAfterRestore  ` Android Manifest attribute.              |
| [Label](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/label.md)                                                 | The C# definition of the `  android:label  ` Android Manifest attribute.                         |
| [LargeHeap](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/largeheap.md)                                         | The C# definition of the `  android:largeHeap  ` Android Manifest attribute.                     |
| [Logo](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/logo.md)                                                   | The C# definition of the `  android:logo  ` Android Manifest attribute.                          |
| [ManageSpaceActivity](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/managespaceactivity.md)                     | The C# definition of the `  android:manageSpaceActivity  ` Android Manifest attribute.           |
| [Name](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/name.md)                                                   | The C# definition of the `  android:name  ` Android Manifest attribute.                          |
| [NetworkSecurityConfig](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/networksecurityconfig.md)                 | The C# definition of the `  android:networkSecurityConfig  ` Android Manifest attribute.         |
| [Permission](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/permission.md)                                       | The C# definition of the `  android:permission  ` Android Manifest attribute.                    |
| [Persistent](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/persistent.md)                                       | The C# definition of the `  android:persistent  ` Android Manifest attribute.                    |
| [Process](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/process.md)                                             | The C# definition of the `  android:process  ` Android Manifest attribute.                       |
| [RequestLegacyExternalStorage](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/requestlegacyexternalstorage.md)   | The C# definition of the `  android:requestLegacyExternalStorage  ` Android Manifest attribute.  |
| [RequiredAccountType](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/requiredaccounttype.md)                     | The C# definition of the `  android:requiredAccountType  ` Android Manifest attribute.           |
| [ResizeableActivity](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/resizeableactivity.md)                       | The C# definition of the `  android:resizeableActivity  ` Android Manifest attribute.            |
| [RestoreAnyVersion](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/restoreanyversion.md)                         | The C# definition of the `  android:restoreAnyVersion  ` Android Manifest attribute.             |
| [RestrictedAccountType](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/restrictedaccounttype.md)                 | The C# definition of the `  android:restrictedAccountType  ` Android Manifest attribute.         |
| [RoundIcon](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/roundicon.md)                                         | The C# definition of the `  android:roundIcon  ` Android Manifest attribute.                     |
| [SupportsRtl](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/supportsrtl.md)                                     | The C# definition of the `  android:supportsRtl  ` Android Manifest attribute.                   |
| [TaskAffinity](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/taskaffinity.md)                                   | The C# definition of the `  android:taskAffinity  ` Android Manifest attribute.                  |
| [TestOnly](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/testonly.md)                                           | The C# definition of the `  android:testOnly  ` Android Manifest attribute.                      |
| [Theme](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/theme.md)                                                 | The C# definition of the `  android:theme  ` Android Manifest attribute.                         |
| [UiOptions](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/uioptions.md)                                         | The C# definition of the `  android:uiOptions  ` Android Manifest attribute.                     |
| [UsesCleartextTraffic](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/usescleartexttraffic.md)                   | The C# definition of the `  android:usesCleartextTraffic  ` Android Manifest attribute.          |
| [VmSafeMode](/engine/6000.5/script-reference/unity/android/gradle/manifest/application/attributescontainer/vmsafemode.md)                                       | The C# definition of the `  android:vmSafeMode  ` Android Manifest attribute.                    |

## Inheritance

**Inherited Members:**

* [BaseAttributesContainer.ToolsNode()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer/toolsnode.md)
* [BaseAttributesContainer.ToolsRemove()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer/toolsremove.md)
* [BaseAttributesContainer.ToolsReplace()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer/toolsreplace.md)
* [BaseAttributesContainer.ToolsSelector()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer/toolsselector.md)
* [BaseAttributesContainer.ToolsStrict()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattributescontainer/toolsstrict.md)
