共用方式為


CalendarContract.AccountTypeLocal 欄位

定義

行事曆與任何帳戶無關的特殊帳戶類型。

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

欄位值

屬性

備註

行事曆與任何帳戶無關的特殊帳戶類型。 一般而言,裝置上不符合帳戶的行事歷將會移除。 將行事曆上的account_type設定為 ,如果它不符合現有的帳戶,將它防止抹除。

android.provider.CalendarContract.ACCOUNT_TYPE_LOCALJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於