Hi,
@KoTiX2, First of all, thank you for your fantastic work
Secondly, I have a question:
I have an app running in the background that sends short voice messages about speed cameras and police patrols. It's an add-on app next to navigation so I can't set it up on the system as navigation.
The app works fine on a regular phone. Unfortunately, not on a TS10. It looks like system don't allow to respect Audio Focus by other apps and automatic ducking dosn't work. Most apps in background not don't reduce it volume (e.g. Youtube Music, Spotify). While I managed to deal with this problem by writing a simple script that listens to logcat audioFocus request and when a sound of an anti-radar app occurs reduces the volume of the audio media channel, it does not work with the radio

Could you add support for listening audio focus sent by external app and handle it manually? This could be done by decrasing volume the radio to let's say, 15% when some app send `AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK`
Alternatively, I can try to develop an app/script myself that does this if you direct me on how to programmatically control the radio volume in TS10.
For now, I know only that I will probably have to use "android.tw.john.TWUtil" and the write() method. However, I have no idea what parameters to use to control the volume or at least how to sniff the communication between the Android and the MCU to know that. Also, I don't know what are the additional steps are needed to use this TwUtil.write()
Grazie in anticipo
