# Intent

> Element constructor.

## Definition

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

## Intent()

Element constructor.

```csharp
public Intent()
```

## Intent(Intent)

Element constructor.

```csharp
public Intent(Intent intent)
```

### Parameters

**** (\[Intent]\(/engine/6000.3/script-reference/unity/android/gradle/manifest/intent)): Element to copy.
