Commit 24c196a
committed
fix(android): disable AudioSwitch audio focus to fix stuck volume controls after call
Telecom (callkeep) already manages audio focus for self-managed VoIP
calls. AudioSwitch holding a concurrent permanent AUDIOFOCUS_GAIN kept
Android in call audio mode after the call ended on older MIUI devices,
causing volume buttons to control call volume instead of media volume.
Disabling manageAudioFocus prevents AudioSwitch from requesting focus
while leaving device routing (earpiece/speaker/bluetooth) intact.
Fixes WT-14291 parent 90f4a63 commit 24c196a
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
0 commit comments