Record a call through MIC on Samsung devices (Android 7.0)

前端 未结 2 596
南笙
南笙 2021-01-05 22:54

I\'ve simple Android app that record a call and it works fine on Android 6 + Samsung devices (both with MIC source and VOICE_COMMUNICATION). But once Samsung devices updated

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-05 23:44

    same problem. still looking for the answer.

    I've got a samsung s7. Firstly, I'v unlocked native recorder (in dialer) and it's works. So, android 7 (and samsung) can record calls without inner actions inside of Android. But, in the same time I've read that developers can't get the access to recording calls from higher level. It seems like there's only one way to achieve our goals: modification of stock Android's version or catch sound stream before it gets to speaker. Fix me if I wrong.

提交回复
热议问题