Member Name | Description |
---|---|
Denied | Permission check result: this is returned by PackageManager.CheckPermission(string, System.String) if the permission has not been granted to the given package. |
Granted | Permission check result: this is returned by PackageManager.CheckPermission(string, System.String) if the permission has been granted to the given package. |