Quantcast
Viewing all articles
Browse latest Browse all 86

Check Bluetooth Status Using Bluetooth Adapter

This example will explain how to check if Bluetooth is supported in running device and whether its ON or OFF. In the example below we will call startActivityForResult() with Intent of BluetoothAdapter.ACTION_REQUEST_ENABLE, when user click button to enable it. Then we will re-check the status again in onActivityResult() when result returned. Follow the steps below to create […]

The post Check Bluetooth Status Using Bluetooth Adapter appeared first on EDUmobile.ORG.


Viewing all articles
Browse latest Browse all 86

Trending Articles