Loading android/app/src/com/android/bluetooth/opp/BluetoothOppManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ public class BluetoothOppManager { String deviceName = null; if (device != null) { deviceName = device.getAliasName(); deviceName = device.getAlias(); if (deviceName == null) { deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); } Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ public class BluetoothOppManager { String deviceName = null; if (device != null) { deviceName = device.getAliasName(); deviceName = device.getAlias(); if (deviceName == null) { deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); } Loading