Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Permission.AttributesContainer

The attributes container for the <permission> element.
Read time 1 minuteLast updated 13 days ago

Definition

public sealed class Permission.AttributesContainer : BaseAttributesContainer

Properties

Property

Description

DescriptionThe C# definition of the
 android:description 
Android Manifest attribute.
IconThe C# definition of the
 android:icon 
Android Manifest attribute.
LabelThe C# definition of the
 android:label 
Android Manifest attribute.
NameThe C# definition of the
 android:name 
Android Manifest attribute.
PermissionGroupThe C# definition of the
 android:permissionGroup 
Android Manifest attribute.
ProtectionLevelThe C# definition of the
 android:protectionLevel 
Android Manifest attribute.

Inheritance