ProviderInfo.GrantUriPermissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.