我正在爲android編寫一個應用程序,調出音量並播放45秒鐘的歌曲,然後停下來。這很好,但是我只能將音量調高到50%,有沒有辦法使用setVolume()將音量調高到100%? 這是我的代碼: final MediaPlayer mp = MediaPlayer.create(context, R.raw.sound_file_1);
//plays eye of the tiger for
我試圖從服務中啓動MediaPlayer,並且它不像預期的那樣打開。我米收到以下異常, android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.MUSIC_PLAYER flg=0x10000000 }
請找到該獲取的服務調用的代碼片斷,