Tuesday, January 15, 2013

Android Bluetooth PART-1

how change our device name of Bluetooth : 






in your main Activity :





in your project manifest file  add this two permissions :
<uses-permission android:name="android.permission.BLUETOOTH"/>
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>