You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 14 requires us to set a foreground service type of connectedDevice.
With that, we must have the BLUETOOTH_CONNECT permission or call UsbManager.requestPermission() to allow our services to enter the foreground.