我有我的偏好设置屏幕的代码,
<RingtonePreference
android:key="notification_sound"
android:ringtoneType="notification"
android:title="Notification Sound"
android:showDefault="true"
android:showSilent="true" />
我希望在xml中将RingtonePreference的默认值设置为Default Notification Sound
,该怎么办?
由于
答案 0 :(得分:31)
我找到了解决方案,感谢Joe
,defaultValue必须是:
android:defaultValue="content://settings/system/notification_sound"