forked from mirrors/linphone-iphone
Fixed typo
This commit is contained in:
parent
8bfffceab2
commit
bed2dbf6b0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public class AndroidPlatformHelper {
|
|||
}
|
||||
|
||||
public String[] getDnsServers() {
|
||||
if (mConnectivityManager == null || Build.VERSION.SDK_BuildINT < Version.API23_MARSHMALLOW_60)
|
||||
if (mConnectivityManager == null || Build.VERSION.SDK_INT < Version.API23_MARSHMALLOW_60)
|
||||
return null;
|
||||
|
||||
if (mConnectivityManager.getActiveNetwork() == null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue