allow audio playback capture on android (#13846)

This commit is contained in:
hunterk 2022-04-13 07:50:21 -05:00 committed by GitHub
parent dcc6727875
commit 0a9ea2da4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:allowAudioPlaybackCapture="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="RetroArch"

View File

@ -16,6 +16,7 @@
<application
android:name="com.retroarch.playcore.RetroArchApplication"
android:allowAudioPlaybackCapture="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"