ContentProviderAttribute.WritePermission Property

Definition

A permission that clients must have to make changes to the data controlled by the content provider.

public string? WritePermission { get; set; }
member this.WritePermission : string with get, set

Property Value

A String containing a permission that clients must have to make changes to the data controlled by the content provider.

Remarks

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