File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sdk/android/api/org/webrtc Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ public static class Options {
135
135
// Keep in sync with webrtc/rtc_base/network.h!
136
136
//
137
137
// These bit fields are defined for `networkIgnoreMask` below.
138
- static final int ADAPTER_TYPE_UNKNOWN = 0 ;
139
- static final int ADAPTER_TYPE_ETHERNET = 1 << 0 ;
140
- static final int ADAPTER_TYPE_WIFI = 1 << 1 ;
141
- static final int ADAPTER_TYPE_CELLULAR = 1 << 2 ;
142
- static final int ADAPTER_TYPE_VPN = 1 << 3 ;
143
- static final int ADAPTER_TYPE_LOOPBACK = 1 << 4 ;
144
- static final int ADAPTER_TYPE_ANY = 1 << 5 ;
138
+ public static final int ADAPTER_TYPE_UNKNOWN = 0 ;
139
+ public static final int ADAPTER_TYPE_ETHERNET = 1 << 0 ;
140
+ public static final int ADAPTER_TYPE_WIFI = 1 << 1 ;
141
+ public static final int ADAPTER_TYPE_CELLULAR = 1 << 2 ;
142
+ public static final int ADAPTER_TYPE_VPN = 1 << 3 ;
143
+ public static final int ADAPTER_TYPE_LOOPBACK = 1 << 4 ;
144
+ public static final int ADAPTER_TYPE_ANY = 1 << 5 ;
145
145
146
146
public int networkIgnoreMask ;
147
147
public boolean disableEncryption ;
You can’t perform that action at this time.
0 commit comments