We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 643e337 + 5ba0ffa commit 61ebf9cCopy full SHA for 61ebf9c
media/java/android/media/AudioService.java
@@ -636,7 +636,7 @@ private void updateStreamVolumeAlias(boolean updateVolumes) {
636
private void readDockAudioSettings(ContentResolver cr)
637
{
638
mDockAudioMediaEnabled = Settings.Global.getInt(
639
- cr, Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, 1) == 1;
+ cr, Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, 0) == 1;
640
641
if (mDockAudioMediaEnabled) {
642
mBecomingNoisyIntentDevices |= AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET;
0 commit comments