在应用程序处于后台时在 android 9 中访问麦克风

Access microphone in android 9 while the app is in the background

Android 9 限制后台应用访问用户输入的能力。如果您的应用 运行 在设备 运行 Android 9 的后台运行,系统会对您的应用应用以下限制:

您的应用无法访问麦克风或摄像头。

当应用程序处于后台时,有没有办法在 android9 中访问麦克风。

One more change was added in Android 9: only apps running in the 
foreground (or a foreground service) could capture the audio input.

参考:https://developer.android.com/guide/topics/media/sharing-audio-input#pre-behavior