Android.Content.ContentProvider.WritePermission Property
Return the name of the permission required for read/write access to this content provider.

Syntax

[get: Android.Runtime.Register("getWritePermission", "()Ljava/lang/String;", "GetGetWritePermissionHandler")]
[set: Android.Runtime.Register("setWritePermission", "(Ljava/lang/String;)V", "GetSetWritePermission_Ljava_lang_String_Handler")]
public string WritePermission { 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/write 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 and write data in 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