Merge "NetworkCapabilities: Unhide TRANSPORT_LOWPAN"

This commit is contained in:
Treehugger Robot
2017-07-18 23:09:58 +00:00
committed by Gerrit Code Review

View File

@@ -421,7 +421,6 @@ public final class NetworkCapabilities implements Parcelable {
/** /**
* Indicates this network uses a LoWPAN transport. * Indicates this network uses a LoWPAN transport.
* @hide
*/ */
public static final int TRANSPORT_LOWPAN = 6; public static final int TRANSPORT_LOWPAN = 6;