// 音量控制,初始化定義 AudioManager mAudioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE); ...
www.cnblogs.com