v2.2 (No Foreground Notifications)
·
3 commits
to no-foreground-notifications
since this release
Branch: no-foreground-notifications
Variant of v2.2 with foreground service removed. No persistent notification in the status bar/notification shade.
Trade-off: Android may kill the background service under memory pressure. It will auto-restart (START_STICKY) but there may be brief gaps in push notification listening.
Changes from main:
- Removed foreground service and persistent notification
- Removed FOREGROUND_SERVICE permissions
- Service runs as plain background service