# Provider

> The C# definition of the <provider> Android Manifest element.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.7/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle
* **Inherits from:** [BaseElement](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement.md)
* **Implements:** [ICloneable](https://learn.microsoft.com/dotnet/api/system.icloneable)

```csharp
public sealed class Provider : BaseElement, ICloneable
```

## Remarks

For more information about the element, see Android's documentation: [Provider element](https://developer.android.com/guide/topics/manifest/provider-element)

## Constructors

| Constructor                                                                                                                                             | Description          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| [Provider()](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/ctor.md#provider\(\))                                               | Element constructor. |
| [Provider(Unity.Android.Gradle.Manifest.Provider)](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/ctor.md#provider\(provider\)) | Element constructor. |

## Properties

| Property                                                                                                                   | Description                                                |
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Attributes](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/attributes.md)                         | The attributes container for the `  <provider>  ` element. |
| [GrantUriPermissionList](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/granturipermissionlist.md) | List of `<grant-uri-permission>` child elements.           |
| [IntentFilterList](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/intentfilterlist.md)             | List of `<intent-filter>` child elements.                  |
| [MetaDataList](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/metadatalist.md)                     | List of `<meta-data>` child elements.                      |
| [PathPermissionList](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/pathpermissionlist.md)         | List of `<path-permission>` child elements.                |

## Classes

| Class                                                                                                                         | Description                                                |
| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Provider.AttributesContainer](/engine/6000.7/script-reference/unity/android/gradle/manifest/provider/attributescontainer.md) | The attributes container for the `  <provider>  ` element. |

## Inheritance

**Inherited Members:**

* [BaseElement.GetName()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/getname.md)
* [BaseElement.GetID()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/getid.md)
* [BaseElement.ResolveConflict()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/resolveconflict.md)
* [BaseElement.GetUniqueName()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/getuniquename.md)
* [BaseElement.GetCustomAttribute(string)](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/getcustomattribute.md)
* [BaseElement.GetAllAttributes()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/getallattributes.md)
* [BaseElement.SetCustomAttribute(string, string)](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/setcustomattribute.md)
* [BaseElement.RemoveCustomAttribute(string)](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/removecustomattribute.md)
* [BaseElement.AddCustomElement(string, Dictionary\<string, string>)](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/addcustomelement.md)
* [BaseElement.Remove()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/remove.md)
* [BaseElement.CustomElements()](/engine/6000.7/script-reference/unity/android/gradle/manifest/baseelement/customelements.md)
