callbundle_android 1.0.0
callbundle_android: ^1.0.0 copied to clipboard
Android implementation of the CallBundle federated Flutter plugin. Provides ConnectionService + TelecomManager + OEM-adaptive notifications.
callbundle_android #
The Android implementation of callbundle.
Usage #
This package is endorsed, which means you can simply use callbundle normally. This package will be automatically included in your app when you target Android.
dependencies:
callbundle: ^1.0.0
Features #
- TelecomManager integration with
ConnectionService - CallStyle notifications (API 31+) with standard fallback
- OEM-adaptive mode — detects 18+ budget manufacturers and adapts notification strategy
- Consumer ProGuard rules — no app-level configuration needed
- PendingCallStore — SharedPreferences-based cold-start event persistence
- Thread-safe call state via ConcurrentHashMap