Attempt to fix bad notification for call service shutdown.

This commit is contained in:
Cody Henthorne
2024-04-05 14:49:50 -04:00
committed by Greyson Parrelli
parent ba3473c61a
commit 791dc2724f
3 changed files with 31 additions and 2 deletions

View File

@@ -1352,7 +1352,11 @@
</intent-filter>
</receiver>
<service android:name="org.thoughtcrime.securesms.service.webrtc.ActiveCallManager$ActiveCallForegroundService" android:exported="false" />
<service
android:name="org.thoughtcrime.securesms.service.webrtc.ActiveCallManager$ActiveCallForegroundService"
android:exported="false"
android:foregroundServiceType="camera|microphone" />
<receiver android:name="org.thoughtcrime.securesms.service.webrtc.ActiveCallManager$ActiveCallServiceReceiver" android:exported="false">
<intent-filter>
<action android:name="org.thoughtcrime.securesms.service.webrtc.ActiveCallAction.DENY"/>