RingtonePreference默认值

时间:2011-11-29 15:40:56

标签: android

我有我的偏好设置屏幕的代码,

<RingtonePreference 
    android:key="notification_sound" 
    android:ringtoneType="notification" 
    android:title="Notification Sound" 
    android:showDefault="true" 
    android:showSilent="true" />

我希望在xml中将RingtonePreference的默认值设置为Default Notification Sound,该怎么办?

由于

1 个答案:

答案 0 :(得分:31)

我找到了解决方案,感谢Joe,defaultValue必须是:

android:defaultValue="content://settings/system/notification_sound"