9
我有這樣的代碼爲我的首屏,RingtonePreference默認值
<RingtonePreference
android:key="notification_sound"
android:ringtoneType="notification"
android:title="Notification Sound"
android:showDefault="true"
android:showSilent="true" />
我要爲RingtonePreference以XML Default Notification Sound
設置默認值,該怎麼辦呢?
由於
我發現這個上SO: [RingtonePreference默認值] [1] [1]:http://stackoverflow.com/questions/4235018/can-i-insert-a-androiddefaultvalue-trait-for-ringt one preference-via-xml – Joe