自定义铃声首选项的铃声列表

时间:2013-05-25 05:26:14

标签: android android-preferences ringtone

除了ringtoneType之外,是否可以自定义/控制铃声列表?

例如,仅显示铃声子集(在红色框中)而不是整个列表。

enter image description here


目前,RigtonePreference会显示我手机上可用的铃声列表,该列表由ringToneType过滤:

<RigtonePreference
    android:key="alarm"
    android:title="@string/alert"
    android:ringtoneType="alarm"
    android:persistent="false"
    android:showDefault="false"
    android:showSilent="true" />

1 个答案:

答案 0 :(得分:1)

不,你不能这样做。

这是一个系统提供和填充的对话框,没有可以显示的属性来过滤它,抱歉。