Android Call Recording Incoming voice not getting recorded

后端 未结 6 832
猫巷女王i
猫巷女王i 2020-12-07 19:09

I\'m working auto call recorder app, I\'m able to record voice call on below android 6 using MediaRecorder.AudioSource.VOICE_CALL, From android 6 not able to r

6条回答
  •  [愿得一人]
    2020-12-07 19:42

    Xiaomi devices always have problems with permission request even run-time or install-time.

    I have an Xiaomi Redmi 3 pro, and it always force to Deny some permission when I install apps, so I must manually Allow it. If your problem is the same, I found some workaround solution and it worked for me: How to get MIUI Security app auto start permission programmatically?

提交回复
热议问题