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

前端 未结 1 858
南笙
南笙 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)
提交回复
热议问题