Permission
NameSpace: Android
Public Fields
Description
public string Description { get; set; }
Enabled
public bool Enabled { get; set; }
Level
public ProtectionLevel Level { get; set; }
MinimumApiLevel
public int MinimumApiLevel { get; set; }
Name
public string Name { get; set; }
Public Attributes
LevelDescriptions
public static readonly Dictionary< ProtectionLevel, string > LevelDescriptions = new Dictionary<ProtectionLevel, string>()
{
{ ProtectionLevel.Normal, "Normal permissions will be autmatically granted at install time if included in AndroidManifest.xml." },
{ ProtectionLevel.Dangerous, "Dangerous permissions will require an additional runtime request from the app, and the user will have the option to deny the permission." }
};
Public Enums
ProtectionLevel
Enumerator | Value | Description |
---|---|---|
Normal | ||
Dangerous |