CalendarContract.AccountTypeLocal 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.
A special account type for calendars not associated with any account.
[Android.Runtime.Register("ACCOUNT_TYPE_LOCAL")]
public const string AccountTypeLocal;
[<Android.Runtime.Register("ACCOUNT_TYPE_LOCAL")>]
val mutable AccountTypeLocal : string
Field Value
- Attributes
Remarks
A special account type for calendars not associated with any account. Normally calendars that do not match an account on the device will be removed. Setting the account_type on a calendar to this will prevent it from being wiped if it does not match an existing account.
Java documentation for android.provider.CalendarContract.ACCOUNT_TYPE_LOCAL
.
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.