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"/>
Comments
Post a Comment