Add a new foreground service for attachment progress.

This commit is contained in:
Greyson Parrelli
2023-11-01 13:26:56 -07:00
parent dcb870c432
commit 0659edb762
6 changed files with 289 additions and 12 deletions

View File

@@ -1189,6 +1189,10 @@
android:name=".service.GenericForegroundService"
android:exported="false"/>
<service
android:name=".service.AttachmentProgressService"
android:exported="false"/>
<service
android:name=".gcm.FcmFetchBackgroundService"
android:exported="false"/>