<a href="https://github.com/kongqw/VolumeController">GitHub(源碼):https://github.com/kongqw/VolumeController</a>
擷取AudioManager
擷取最大音量
擷取目前音量
設定音量
<code>streamType</code>幾種類型
AudioManager.STREAM_MUSIC (媒體音量)
AudioManager.STREAM_VOICE_CALL (通話音量)
AudioManager.STREAM_ALARM (鬧鐘音量)
AudioManager.STREAM_RING (鈴聲音量)
……
<code>flags</code>幾種類型
AudioManager.FLAG_PLAY_SOUND (聲音)
AudioManager.FLAG_SHOW_UI (UI)
AudioManager.FLAG_REMOVE_SOUND_AND_VIBRATE (移除聲音和震動)