Android.OS.Storage.OnObbStateChangeListener.ErrorPermissionDenied Field
The current application does not have permission to use this OBB.

Value: 25

Syntax

[Android.Runtime.Register("ERROR_PERMISSION_DENIED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.")]
public const ObbError ErrorPermissionDenied

Remarks

The current application does not have permission to use this OBB. This could be because the OBB indicates it's owned by a different package or some other error. Returned in status messages from calls made via Android.OS.Storage.StorageManager

[Android Documentation]

Requirements

Namespace: Android.OS.Storage
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9