lifecycle_guard_android 0.0.2
lifecycle_guard_android: ^0.0.2 copied to clipboard
Android implementation of lifecycle_guard for mission-critical background execution.
๐ก๏ธ lifecycle_guard_android #
The Android implementation for mission-critical background execution.
This package provides the Android-specific implementation of lifecycle_guard. It utilizes a robust Foreground Service with dataSync type to ensure tasks survive app termination and system optimizations.
๐ฌ Demo #
Watch the Android Foreground Service protect your background tasks.
๐ค Android Specifics #
- Foreground Service: Runs a persistent service to keep the process alive.
- Android 15+ Ready: Fully compliant with
foregroundServiceType="dataSync". - Notification: Requires a persistent notification as per Android OS standards.
๐ Usage #
This is an Implementation package. App developers should use the main lifecycle_guard package.
๐ License #
BSD 3-Clause License โ see LICENSE for details.
Built with โค๏ธ by Crealify ยท Open to collaborate ยท PRs welcome