2

我正在尝试将手机默认通知声音加载到我的 SoundPool 中。

我试过了

soundPool.load(Settings.System.DEFAULT_NOTIFICATION_URI.getPath(), 1)

并得到

11-19 20:57:39.770: E/SoundPool(2948): error loading /system/notification_sound

我怎样才能加载它?

4

1 回答 1

0

在这个线程中找到了我的答案。

RingtoneManager.getRingtone(this, Uri.parse("content://media/internal/audio/media/122")).play();
于 2012-11-20T04:23:58.417 回答