Skip to content

Commit

Permalink
Fix microphone issue on Android API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Sep 19, 2024
1 parent f146e99 commit b258b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/1108.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correction du problème de microphone sur Android 14.
2 changes: 1 addition & 1 deletion vector/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

<service
android:name=".core.services.CallAndroidService"
android:foregroundServiceType="phoneCall"
android:foregroundServiceType="microphone|phoneCall"
android:exported="false">
<!-- in order to get headset button events -->
<intent-filter>
Expand Down

0 comments on commit b258b8b

Please sign in to comment.