LiveBridge is a Flutter Android app with native Kotlin logic that converts regular notifications into Android Live Updates (Live Activity-like UX on Android 16+)
If you just want to install the app, use the download page:
Before installing the APK:
- Use Android 16 or newer
- Disable Play Protect during installation
For feature discussions, testing notes, and development topics, use the LiveBridge Telegram topics:
LiveBridge is made for users first. You do not need to build the project yourself unless you want to contribute or test version changes.
- Converts progress notifications into Live Updates
- Smart status detection (taxi, delivery, food order flows, even weather)
- OTP code extraction from notifications
- Real-time island navigation
- App filtering modes
- Per-app presentation overrides
- Much, much more
- Haptic feedback
- Predictive back gesture
- Edge-to-edge layout without app bars
- Customizable parsing dictionaries
- Dictionary auto-update
- Decent FGS
- Animated dynamic island
- Xiaomi's native Hyper Island (shout out to D4vidDf)
- Flutter SDK 3.9+
- Android SDK configured to compile and target Android 16
- Android 16+ device
Developer setup:
flutter pub get
flutter runDebug APK:
flutter build apk --debugRelease APK:
flutter build apk --releaseFor stable behavior, the app usually needs:
- Notification Listener access
- Notification permission for LiveBridge itself
- Live Updates permission (where required by system/vendor)
- Background activity/battery exclusion on some OEM ROMs
-
On AOSP, app icon and label behavior may differ from OEM firmware
-
AoD and
isOngoingbehavior vary across OEM vendors -
NOT WORKING on Chinese OriginOS
-
NOT WORKING on CMF devices
-
Working badly on Nothing devices without Progress Glyph indicators
- Feel free to open issues or pull requests. LiveBridge is under active development
- Testing on multiple OEMs is highly recommended
LiveBridge is licensed under GPL-3.0-or-later. See LICENSE.
Redistributed builds, forks, and modified versions must preserve the attribution notice in NOTICE, clearly identify themselves as based on the original LiveBridge project, and provide corresponding source code when distributing APK builds or other binaries.
- D4vidDf for the Hyper Island toolkit
- RossSihovsk for the Live Media
- realMoai & Mystery00 for the Network stats


