From 4d011016db221be24e97490fb1c68f11fd46c0e2 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 21 Mar 2022 21:36:09 -0400 Subject: [PATCH] manifest: add foregroundServiceType="microphone" needed on targetSDK >= 30 for microphone access. Without this, we cannot access the microphone in dialer integration mode since we are not the foreground app. --- src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index f3922675d..bd4d625db 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -74,7 +74,7 @@ android:name="com.google.android.gms.car.application" android:resource="@xml/automotive_app_desc" /> - +