默认情况下,RingtonePreference 对话框的标题是“Ringtones”。我想将其更改为其他内容,但我没有看到明显的方法来做到这一点。
在 xml 中设置标题不起作用:
<RingtonePreference
android:key="@string/pref_key_notifications_sound"
android:title="@string/prefs_notification_sound"
android:ringtoneType="notification"
android:showDefault="true"
android:showSilent="true"
android:persistent="true"
/>
有什么建议么?