如何将mp3添加到ringtonepreference列表?

时间:2012-12-30 01:57:51

标签: android mp3 ringtone

我有一个包含一些mp3资源的隐藏目录,我想让这些mp3文件显示在我的闹钟应用程序中。我怎么能把我的mp3文件添加到ringtonePreference的铃声列表?

我在下面试过,但似乎没有用。

@Override
protected void onPrepareRingtonePickerIntent(Intent ringtonePickerIntent) {
    super.onPrepareRingtonePickerIntent(ringtonePickerIntent);
    ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_EXISTING_URI, Uri.parse("file:///hidden_directory/mp3/test.mp3"));

}

0 个答案:

没有答案