CalendarContract.Authority Field

Definition

This authority is used for writing to or querying from the calendar provider.

[Android.Runtime.Register("AUTHORITY")]
public const string Authority;
[<Android.Runtime.Register("AUTHORITY")>]
val mutable Authority : string

Field Value

Attributes

Remarks

This authority is used for writing to or querying from the calendar provider. Note: This is set at first run and cannot be changed without breaking apps that access the provider.

Java documentation for android.provider.CalendarContract.AUTHORITY.

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