diff --git a/lib/Backend/Bluetooth/bluetooth_manager_plus.dart b/lib/Backend/Bluetooth/bluetooth_manager_plus.dart index 2b9b6d80..25ee37dd 100644 --- a/lib/Backend/Bluetooth/bluetooth_manager_plus.dart +++ b/lib/Backend/Bluetooth/bluetooth_manager_plus.dart @@ -106,7 +106,6 @@ Future initFlutterBluePlus(InitFlutterBluePlusRef ref) async { _bluetoothPlusLogger.finer('Requesting notification permission result${await Permission.notification.request()}'); // Used only for Foreground service FlutterForegroundTask.init( androidNotificationOptions: AndroidNotificationOptions( - foregroundServiceType: AndroidForegroundServiceType.CONNECTED_DEVICE, channelId: 'foreground_service', channelName: 'Gear Connected', channelDescription: 'This notification appears when any gear is running.',