Share via


ProviderInfo.GrantUriPermissions Property

Definition

If true, additional permissions to specific Uris in this content provider can be granted, as per the android.R.styleable#AndroidManifestProvider_grantUriPermissions grantUriPermissions attribute.

[Android.Runtime.Register("grantUriPermissions")]
public bool GrantUriPermissions { get; set; }
[<Android.Runtime.Register("grantUriPermissions")>]
member this.GrantUriPermissions : bool with get, set

Property Value

Attributes

Remarks

If true, additional permissions to specific Uris in this content provider can be granted, as per the android.R.styleable#AndroidManifestProvider_grantUriPermissions grantUriPermissions attribute.

Java documentation for android.content.pm.ProviderInfo.grantUriPermissions.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to