What permissions are needed to programmatically mute a phone call, from a background app?

前端 未结 1 799
南笙
南笙 2021-01-22 10:52

I have an Android app that happens to be running in the background on the user\'s Android phone, while the user is speaking on a phone call that someone placed to the user. At

相关标签:
1条回答
  • 2021-01-22 11:30

    You can try: android.permission.MODIFY_AUDIO_SETTINGS.

    0 讨论(0)
提交回复
热议问题