Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Permission

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

Definition

public sealed class Permission : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

AttributesThe attributes container for the
 <permission> 
element.

Classes

Class

Description

Permission.AttributesContainerThe attributes container for the
 <permission> 
element.

Inheritance