I have this coding using intent but is getting the "no activity found to handle intent" error message in the log. I have added the phone library
Dim Intent1 As Intent
Intent1.Initialize("BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE", "")
Intent1.PutExtra("BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION",600)
StartActivity(Intent1)
Dim Intent1 As Intent
Intent1.Initialize("BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE", "")
Intent1.PutExtra("BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION",600)
StartActivity(Intent1)