96e68bc2e60fa4ae8cb52aaa520148c8ea1fb737
When converting an AudioAttribute with FLAG_SCO set, it should be converted to STREAM_BLUETOOTH_SCO. However, since getFlags() returns only public flags, and FLAG_SCO isn't public, the conversion will fail. Change to getAllFlags() to get right flags. Bug: 113314374 Test: Use AudioAttributes.toLegacyStreamType Change-Id: Ic283f055d746d5c3df645dc310c92dac3c80827f
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%