Activity
The C# definition of the <activity> Android Manifest element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
public sealed class Activity : BaseElement, ICloneable
Remarks
For more information about the element, see Android's documentation: Activity element
Constructors
Constructor | Description |
|---|---|
| Activity() | Element constructor. |
| Activity(Unity.Android.Gradle.Manifest.Activity) | Element constructor. |
Properties
Property | Description |
|---|---|
| Attributes | The attributes container for the |
| IntentFilterList | List of |
| Layout | Child element |
| MetaDataList | List of |
Methods
Method | Description |
|---|---|
| AddMetaDataResource | Adds |
| AddMetaDataValue | Adds |
| GetLauncherIntentFilter | Gets |
Classes
Class | Description |
|---|---|
| Activity.AttributesContainer | The attributes container for the |