Android.Content.ContentResolver.OutgoingPersistedUriPermissions Property
Return list of all persisted URI permission grants that are hosted by the calling app.

Syntax

[get: Android.Runtime.Register("getOutgoingPersistedUriPermissions", "()Ljava/util/List;", "GetGetOutgoingPersistedUriPermissionsHandler")]
public virtual IList<UriPermission> OutgoingPersistedUriPermissions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return list of all persisted URI permission grants that are hosted by the calling app. That is, the returned permissions have been granted from the calling app. Only grants taken with ContentResolver.TakePersistableUriPermission(Android.Net.Uri, Android.Content.ActivityFlags) are returned.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1