Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProtectionLevel

Mirrors the ProtectionLevel enum.
Read time 1 minuteLast updated 12 days ago

Definition

public enum ProtectionLevel

Remarks

For more information about the attribute, see Android's documentation: ProtectionLevel attribute

Fields

Value

Description

DangerousMirrors
android:protectionLevel="dangerous"
.
NormalMirrors
android:protectionLevel="normal"
.
NullAttribute is not set and will not appear in the element.
SignatureMirrors
android:protectionLevel="signature"
.
SignatureOrSystemMirrors
android:protectionLevel="signatureOrSystem"
.