MediaPlayer没有循环设置setLooping(true);

时间:2015-01-06 12:07:13

标签: android android-studio android-mediaplayer

我无法解释为什么这个媒体播放器没有在我的Android手机上循环播放。 当player.start();被称为铃声只播放一次。

Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE);

        MediaPlayer player = MediaPlayer.create(getApplicationContext(), notification);
        player.setLooping(true);
        player.start();

0 个答案:

没有答案