CalendarContract.AccountTypeLocal 字段

定义

与任何帐户无关的日历的特殊帐户类型。

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

字段值

属性

注解

与任何帐户无关的日历的特殊帐户类型。 通常,将删除与设备上的帐户不匹配的日历。 如果日历上的account_type与现有帐户不匹配,则会阻止擦除该account_type。

适用于 . 的 android.provider.CalendarContract.ACCOUNT_TYPE_LOCALJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于