Fix new streams notification issue

This commit is contained in:
Isira Seneviratne 2025-07-27 11:29:58 +05:30
parent 22a709d53b
commit 59db955493
2 changed files with 11 additions and 2 deletions

View file

@ -98,9 +98,15 @@
<service android:name=".local.subscription.services.SubscriptionsImportService" />
<service android:name=".local.subscription.services.SubscriptionsExportService" />
<service android:name=".local.feed.service.FeedLoadService"
<service
android:name=".local.feed.service.FeedLoadService"
android:foregroundServiceType="dataSync" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:foregroundServiceType="dataSync"
tools:node="merge" />
<activity
android:name=".PanicResponderActivity"
android:exported="true"