I am unable to turn on my Bluetooth programetically in android. how to do it.
Thanks for any help
I am unable to turn on my Bluetooth programetically in android. how to do it.
Thanks for any help
In Activity:
BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); mBluetoothAdapter.enable();
In AndroidManifest.xml:
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>