# Action

> Element constructor.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.6/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

## Action()

Element constructor.

```csharp
public Action()
```

## Action(Action)

Element constructor.

```csharp
public Action(Action action)
```

### Parameters

**** (\[Action]\(/engine/6000.6/script-reference/unity/android/gradle/manifest/action)): Element to copy.
