CalendarContract.Authority Field
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.
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.