You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-porting
Hi,
For my device I would like to override the default value of
Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED (my device has the
primary audio interface over USB so I don't want USB audio treated
specially). Is there a way to set a default value of this setting?
Obviously
I can edit the code in
frameworks/base/services/usb/java/com/android/server/usb/UsbAlsaManager.java
but I would rather do it as part of the device overlay or similar.