# Queries

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

## Definition

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

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

## Remarks

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

## Constructors

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

## Properties

| Property                                                                                              | Description                                               |
| ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [Attributes](/engine/6000.3/script-reference/unity/android/gradle/manifest/queries/attributes.md)     | The attributes container for the `  <queries>  ` element. |
| [IntentList](/engine/6000.3/script-reference/unity/android/gradle/manifest/queries/intentlist.md)     | List of `<intent>` child elements.                        |
| [PackageList](/engine/6000.3/script-reference/unity/android/gradle/manifest/queries/packagelist.md)   | List of `<package>` child elements.                       |
| [ProviderList](/engine/6000.3/script-reference/unity/android/gradle/manifest/queries/providerlist.md) | List of `<provider>` child elements.                      |

## Classes

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

## Inheritance

**Inherited Members:**

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