Fix dangling call notification and remove active call manager flag.

This commit is contained in:
Cody Henthorne
2024-04-12 09:36:11 -04:00
parent 09404157aa
commit eefc86f27e
9 changed files with 110 additions and 534 deletions

View File

@@ -1099,12 +1099,6 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<service
android:enabled="true"
android:name=".service.webrtc.WebRtcCallService"
android:foregroundServiceType="camera|microphone"
android:exported="false"/>
<service
android:enabled="true"
android:exported="false"