mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 07:36:50 +00:00
@@ -47,7 +47,7 @@ public class CallAudioManager {
|
||||
if (Build.VERSION.SDK_INT >= 11) {
|
||||
ServiceUtil.getAudioManager(context).setMode(AudioManager.MODE_IN_COMMUNICATION);
|
||||
} else {
|
||||
ServiceUtil.getAudioManager(context).setMode(AudioManager.MODE_IN_CALL);
|
||||
// ServiceUtil.getAudioManager(context).setMode(AudioManager.MODE_IN_CALL);
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user