Get the phone name of an Android phone

Get phone name

    BluetoothAdapter myDevice = BluetoothAdapter.getDefaultAdapter();
    String deviceName = myDevice.getName();

The above code requires android.permission.BLUETOOTH permission

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325522603&siteId=291194637