Skip to content

Commit

Permalink
Allow audio capture for screen recorders on Android (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds authored Dec 22, 2024
1 parent b23cac3 commit f9893a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
android:roundIcon="@mipmap/ic_launcher_round"

android:allowBackup="true"
android:allowAudioPlaybackCapture="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:extractNativeLibs="true"
Expand Down Expand Up @@ -135,4 +136,4 @@
</receiver>
</application>

</manifest>
</manifest>

0 comments on commit f9893a4

Please sign in to comment.