commit | 377dcbd53af4529c352d453424539b069909fce4 | [log] [tgz] |
---|---|---|
author | Jungshik Jang <jayjang@google.com> | Tue Jul 15 15:49:02 2014 +0900 |
committer | Jungshik Jang <jayjang@google.com> | Thu Jul 17 10:12:14 2014 +0900 |
tree | d1e81c8b9d90d8159bfd15ca2e9b3d136814924a | |
parent | 12307ca810e8100981b2b60e3f2c6a7e451b9774 [diff] |
Hook up system audio mode Whenever system audio mode is changed, it should notify to AudioManager so that AudioManager changes internal output or mute status accordingly. To have more clear cut between last setting and current system audio mode, renamed mSystemAudioMode into mSystemAudioActivated and added getLastSystemAudioMode() which returns last system audio mode value stored in global settings (NVM). Bug: 16002150 Change-Id: I5d01d879c1c5a9a3f4b0cf2d25e9e74c26c52fa0