Bluetooth Picker

I’m working on a project and I’m stuck. I’m currently using a hyperlink to open an external Bluetooth Pairing app.

I would like to figure out how to open the native Bluetooth settings built in to android to switch to another device instead of the app.

Any ideas of an HTML or intent that I can use to accomplish this?

The following seemed to work for me:

intent:#Intent;launchFlags=0x10000000;component=com.android.settings/.bluetooth.BluetoothSettings;end

Thanks Josh, I’ll try it when I get home. I tried a bunch of iterations and couldn’t quite nail it down but don’t think I tried that one.

Got it working. Now I’m going to try to tweak it over some time and see if I can figure out an intent to pull up the condensed version like this that will open on top of other apps.

1 Like