Removed call to set android sdk version into ms2, using jni upcall instead
This commit is contained in:
parent
abbba5896b
commit
1b5a3336b9
2 changed files with 1 additions and 3 deletions
|
@ -346,8 +346,6 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
boolean gsmIdle = tm.getCallState() == TelephonyManager.CALL_STATE_IDLE;
|
boolean gsmIdle = tm.getCallState() == TelephonyManager.CALL_STATE_IDLE;
|
||||||
setGsmIdle(gsmIdle);
|
setGsmIdle(gsmIdle);
|
||||||
|
|
||||||
if (Version.isVideoCapable() && getLc().isVideoSupported())
|
|
||||||
AndroidVideoApi5JniWrapper.setAndroidSdkVersion(Version.sdk());
|
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d8fcf36e4b7dadaf11073e20cbb9429edd583d7c
|
Subproject commit af3d20dbc340fb27517435e7fa08ca7dc7e771ba
|
Loading…
Reference in a new issue