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:
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
- D4vidDf for the Hyper Island toolkit
- RossSihovsk for the Live Media
- realMoai & Mystery00 for the Network stats


