We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c62be + 61ebf9c commit c864d95Copy full SHA for c864d95
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