ContactsContract.ContactOptionsColumns.CustomRingtone 字段

定义

注意

Use 'Android.Provider.ContactsContract.IContactOptionsColumns.CustomRingtone'. This class will be removed in a future release.

与联系人关联的自定义铃声的 URI。

[Android.Runtime.Register("CUSTOM_RINGTONE")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IContactOptionsColumns.CustomRingtone'. This class will be removed in a future release.")]
public const string CustomRingtone;
[<Android.Runtime.Register("CUSTOM_RINGTONE")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IContactOptionsColumns.CustomRingtone'. This class will be removed in a future release.")>]
val mutable CustomRingtone : string

字段值

属性

注解

与联系人关联的自定义铃声的 URI。 如果为 null 或缺失,则使用默认铃声。

类型:TEXT(铃声的 URI)

适用于 . 的 android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONEJava 文档

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

适用于