Merge "Make MAC address String in AssociationInfo upper-case"
This commit is contained in:
committed by
Android (Google) Code Review
commit
05b0d8ec14
@@ -118,7 +118,7 @@ public final class AssociationInfo implements Parcelable {
|
||||
|
||||
/** @hide */
|
||||
public @Nullable String getDeviceMacAddressAsString() {
|
||||
return mDeviceMacAddress != null ? mDeviceMacAddress.toString() : null;
|
||||
return mDeviceMacAddress != null ? mDeviceMacAddress.toString().toUpperCase() : null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user