デフォルトでは、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"
/>
助言がありますか?