Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PermissionTree

The C# definition of the Android Manifest element.
Read time 1 minuteLast updated 13 days ago

Definition

public sealed class PermissionTree : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

AttributesThe attributes container for the
 <permission-tree> 
element.

Classes

Class

Description

PermissionTree.AttributesContainerThe attributes container for the
 <permission-tree> 
element.

Inheritance