Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Queries

The C# definition of the <queries> Android Manifest element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class Queries : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Queries element

Constructors

Constructor

Description

Queries()Element constructor.
Queries(Unity.Android.Gradle.Manifest.Queries)Element constructor.

Properties

Property

Description

AttributesThe attributes container for the
 <queries> 
element.
IntentListList of
<intent>
child elements.
PackageListList of
<package>
child elements.
ProviderListList of
<provider>
child elements.

Classes

Class

Description

Queries.AttributesContainerThe attributes container for the
 <queries> 
element.

Inheritance