I have an android app that connects to a BLE device and pairs with it using BleDevice.createBond()
. the issue is that the dialog could disappear before the user noticing it.
here is a screenshot of the dialog I am talking about.
how long does the dialog appear? the documentation doesn't mention it
is there any way to increase the time of which the dialog is showing?