![[GUIDE] How to stop Uber app from ducking audio on Android](https://preview.redd.it/gzidrebxr11h1.jpg?width=140&height=121&auto=webp&s=3400e389a7657b477ce50c70317d3b8b44cc1a03)
▲ 1 r/UberEATS
[GUIDE] How to stop Uber app from ducking audio on Android
I was looking into how to stop the Uber app from ducking audio and saw a lot of workarounds like using two phones or Samsung specific fixes, but nothing universal that was a true fix.
The universal solution is to use Android appops and set the permission TAKE_AUDIO_FOCUS to ignore.
If you are on PC and have adb installed run the following command.
adb shell appops set com.ubercab.driver TAKE_AUDIO_FOCUS ignore
I used ShizuTools's localshell to set the permission without needing a PC.
This is how you can check the current setting.
This command sets the permission TAKE_AUDIO_FOCUS to ignore
appops set com.ubercab.driver TAKE_AUDIO_FOCUS ignore
The command does not give you any feedback. You can verify the status and confirm this is what you see.
u/BeastModeAlllDay — 16 hours ago