Application
The C# definition of the <application> Android Manifest element.
Read time 2 minutesLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
public sealed class Application : BaseElement, ICloneable
Remarks
For more information about the element, see Android's documentation: Application element
Constructors
Constructor | Description |
|---|---|
| Application() | Element constructor. |
| Application(Unity.Android.Gradle.Manifest.Application) | Element constructor. |
Properties
Property | Description |
|---|---|
| ActivityAliasList | List of |
| ActivityList | List of |
| Attributes | The attributes container for the |
| MetaDataList | List of |
| Profileable | Child element |
| ProviderList | List of |
| ReceiverList | List of |
| ServiceList | List of |
| UsesLibraryList | List of |
| UsesNativeLibraryList | List of |
Methods
Method | Description |
|---|---|
| AddMetaDataResource | Adds |
| AddMetaDataValue | Adds |
Classes
Class | Description |
|---|---|
| Application.AttributesContainer | The attributes container for the |