From 0461b206fa42d27c07d63382f5e442b1c44718c5 Mon Sep 17 00:00:00 2001 From: kairusds <32636532+kairusds@users.noreply.github.com> Date: Sun, 24 Sep 2023 10:41:06 +0800 Subject: [PATCH] Allow audio playback capture for Android 10+ --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e8e6646c0..329c387d5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ android:supportsRtl="true" android:theme="@style/AppTheme" android:hardwareAccelerated="true" + android:allowAudioPlaybackCapture="true" tools:ignore="GoogleAppIndexingWarning">