diff options
| author | 2019-04-01 08:34:23 -0700 | |
|---|---|---|
| committer | 2019-04-01 08:34:23 -0700 | |
| commit | a09b83fc6799d50dd3be2a74b0ac551a8e0260b2 (patch) | |
| tree | d7cf772ebc85c05e3d269c587a274e3e7985a4d2 | |
| parent | b4493ea04956553b15a08e385412364513268dd3 (diff) | |
| parent | 82d1361e6da4e152bbbfbe2e9031f90b54b9f882 (diff) | |
Merge "Unhide ICMP echo constants."
am: 82d1361e6d
Change-Id: I1dad509eb0b56666cde0399dfcbaea050ce30630
| -rwxr-xr-x | api/current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 06fcebf22123..0da47e79bcae 100755 --- a/api/current.txt +++ b/api/current.txt @@ -40720,6 +40720,10 @@ package android.system { field public static final int F_SETOWN; field public static final int F_UNLCK; field public static final int F_WRLCK; + field public static final int ICMP6_ECHO_REPLY; + field public static final int ICMP6_ECHO_REQUEST; + field public static final int ICMP_ECHO; + field public static final int ICMP_ECHOREPLY; field public static final int IFA_F_DADFAILED; field public static final int IFA_F_DEPRECATED; field public static final int IFA_F_HOMEADDRESS; |