Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Right now we have 2 ways to change volume level in Android Automotive:
1. Using AudioManager.setStreamVolume method
2. Using CarAudioManager.setGroupVolume method
Right now, we've found that you're only using CarAudioManager for all audio adjustments.
Question:
Does it mean, that we AudioManager's methods related to volume adjustments are not usable in Android Automotive and we have to have our own compatibility level for support that functionality on Automotive and common Android?