• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ConnectionService on Samsung Galaxy S8 Android 8.0

eldona

Lurker
Hi,
i'm developing an app that use ConnectionService to make and receive calls.
In most devices it work good but, with Samsung Galaxy S8 (Oreo 8.1) i've anissue:
When i record audio with AudioRecord class, the system does not receive any audio input.
I've checked this with method audiorecord.read() that with READ_BLOCKING mode it block thread and not return any byte.

If i try without ConnectionService all is ok, the audiorecord.read() returns bytes. How can i solve this issue?

Thanks!
 
Hi,
that happened to me too. I think it is a Samsung Phone app error because it gets mic and does not allow us to record, even when we are using ConnectionService
 
Back
Top Bottom