Android.Content.ContentProvider.ReadPermission Property
Return the name of the permission required for read-only access to this content provider.

Syntax

[get: Android.Runtime.Register("getReadPermission", "()Ljava/lang/String;", "GetGetReadPermissionHandler")]
[set: Android.Runtime.Register("setReadPermission", "(Ljava/lang/String;)V", "GetSetReadPermission_Ljava_lang_String_Handler")]
public string ReadPermission { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the name of the permission required for read-only access to this content provider. This method can be called from multiple threads, as described in Processes and Threads.

Set method documentation [Android Documentation]

Change the permission required to read data from the content provider. This is normally set for you from its manifest information when the provider is first created.

Requirements

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