* commit '40d076e61748ba304f754501ddaad63a0255bf96': audio service: make dock audio is off by default
This commit is contained in:
@@ -636,7 +636,7 @@ public class AudioService extends IAudioService.Stub implements OnFinished {
|
||||
private void readDockAudioSettings(ContentResolver cr)
|
||||
{
|
||||
mDockAudioMediaEnabled = Settings.Global.getInt(
|
||||
cr, Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, 1) == 1;
|
||||
cr, Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, 0) == 1;
|
||||
|
||||
if (mDockAudioMediaEnabled) {
|
||||
mBecomingNoisyIntentDevices |= AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET;
|
||||
|
||||
Reference in New Issue
Block a user