Simplified audio focus requesting by using androidx media

Do not play "busy" and "error" sounds when call is closed
Always use audio usage type USAGE_VOICE_COMMUNICATION
This commit is contained in:
Juha Heinanen
2022-02-06 16:33:50 +02:00
parent d57b2d2ae6
commit ef4a73af70
2 changed files with 37 additions and 81 deletions

View File

@ -64,4 +64,5 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.4.0"
implementation "androidx.fragment:fragment-ktx:1.4.1"
implementation 'androidx.media:media:1.4.3'
}