Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 424cbfd1 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

Remove leaudio_volume_change_on_ringtone_fix flag

Bug: 323110164
Bug: 324041939
Test: atest VolumeControlServiceTest
Flag: com.android.bluetooth.flags.leaudio_volume_change_on_ringtone_fix
Change-Id: Id9d52a27b3f561c787deaaaa646e96f2e28571b9
parent 01a99e3d
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -1014,11 +1014,8 @@ public class VolumeControlService extends ProfileService {
            case AudioManager.MODE_IN_CALL:
                return AudioManager.STREAM_VOICE_CALL;
            case AudioManager.MODE_RINGTONE:
                if (Flags.leaudioVolumeChangeOnRingtoneFix()) {
                Log.d(TAG, " Update during ringtone applied to voice call");
                return AudioManager.STREAM_VOICE_CALL;
                }
                // fall through
            case AudioManager.MODE_NORMAL:
            default:
                // other conditions will influence the stream type choice, read on...
+0 −10
Original line number Diff line number Diff line
@@ -98,16 +98,6 @@ flag {
    bug: "323156655"
}

flag {
    name: "leaudio_volume_change_on_ringtone_fix"
    namespace: "bluetooth"
    description: "Apply the volume update to call volume during ringtone"
    bug: "324041939"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_active_device_manager_group_handling_fix"
    namespace: "bluetooth"