Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Provider

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

Definition

public sealed class Provider : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

AttributesThe attributes container for the
 <provider> 
element.
GrantUriPermissionListList of
<grant-uri-permission>
child elements.
IntentFilterListList of
<intent-filter>
child elements.
MetaDataListList of
<meta-data>
child elements.
PathPermissionListList of
<path-permission>
child elements.

Classes

Class

Description

Provider.AttributesContainerThe attributes container for the
 <provider> 
element.

Inheritance