<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 (移除声音和震动)