Merge "Make IpSecManager.DIRECTION_FWD @SystemApi"
This commit is contained in:
@@ -202,6 +202,10 @@ package android.net {
|
||||
field @NonNull public static final android.os.Parcelable.Creator<android.net.EthernetNetworkSpecifier> CREATOR;
|
||||
}
|
||||
|
||||
public final class IpSecManager {
|
||||
field public static final int DIRECTION_FWD = 2; // 0x2
|
||||
}
|
||||
|
||||
public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {
|
||||
method public int getResourceId();
|
||||
}
|
||||
|
||||
@@ -86,6 +86,7 @@ public final class IpSecManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi(client = MODULE_LIBRARIES)
|
||||
public static final int DIRECTION_FWD = 2;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user