Answer the question
In order to leave comments, you need to log in
Android: how to turn on bluetooth without confirmation?
Tell me how to programmatically turn on the bluetooth so that the user does not need to confirm the inclusion (see screenshot).
At the moment I turn on the bluetooth like this:
Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
startActivityForResult(enableBtIntent, REQUEST_ENABLE_BT);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question