No notification / background feed collection on Android 10
On Android 10, FeedFlow does not show notifications for new items. Also when I close the app, there is no "background service notification" for it in my notifications, minimized or otherwise.
Setting I have set:
- In Android's app settings:
- Notification for new articles: Allow for "Do not disturb"
- Battery optimization: Deactivated optimization (should be allowed to always run), same as for all my messaging apps.
- In FeedFlow
- Background synchronization: 15 minutes
- Notifications:
- All notifications enabled
- Enabled for all feeds (there is one feed with multiple news items per day)
FeedFlow version: 1.6.0
Could the problem be because of
ExistingPeriodicWorkPolicy.KEEP
in the FeedDownloadWorkerEnqueuer? Maybe this accidentally keeps "no updates" once that has been selected once? (I am very inexperienced with Android programming though.)
I've made some changes that might improve something: https://github.com/prof18/feed-flow/commit/e4323109c3722c2e04d886bae1d04f92ee05ddcd. They are available in 1.7.1