Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリで短い音を再生します。約 0.5 秒で、ユーザーが再生の音量を調整したいと思うかもしれません。しかし、それらは非常に短いため、音量操作または下ボタンを押すまでに、サウンドは終了し、メディアの音量ではなく着信音の音量を変更しています。
ユーザーの音量入力が特にメディアの音量に影響するようにする方法はありますか?
アクティビティでこれを設定します
public void onCreate(Bundle savedInstanceState) { this.setVolumeControlStream(AudioManager.STREAM_MUSIC); }