Expose the MacAddress class in the api

Test: built,  flashed, $ runtest frameworks-net
Bug: 69390696
Change-Id: Ica5efdf5ffe8ad2500a87f574508a2bcd074b33d
This commit is contained in:
Hugo Benichi
2017-12-05 10:30:31 +09:00
parent 41dd9c894c
commit 9768c1013e

View File

@@ -33,8 +33,6 @@ import java.util.Random;
* *
* This class only supports 48 bits long addresses and does not support 64 bits long addresses. * This class only supports 48 bits long addresses and does not support 64 bits long addresses.
* Instances of this class are immutable. * Instances of this class are immutable.
*
* @hide
*/ */
public final class MacAddress implements Parcelable { public final class MacAddress implements Parcelable {