mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix android build
This commit is contained in:
parent
dd4ad7ff40
commit
e75ba05b19
2 changed files with 7 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ import org.linphone.core.LinphoneCore;
|
|||
import org.linphone.core.LinphoneCore.EcCalibratorStatus;
|
||||
import org.linphone.core.LinphoneCore.GlobalState;
|
||||
import org.linphone.core.LinphoneCore.RegistrationState;
|
||||
import org.linphone.core.LinphoneCore.RemoteProvisioningState;
|
||||
import org.linphone.core.LinphoneCoreException;
|
||||
import org.linphone.core.LinphoneCoreFactory;
|
||||
import org.linphone.core.LinphoneCoreFactoryImpl;
|
||||
|
|
@ -1474,4 +1475,9 @@ public class LinphoneManager implements LinphoneCoreListener {
|
|||
if (composingReceivedListener != null)
|
||||
composingReceivedListener.onComposingReceived(cr);
|
||||
}
|
||||
@Override
|
||||
public void configuringStatus(LinphoneCore lc,
|
||||
RemoteProvisioningState state, String message) {
|
||||
Log.d("Remote provisioning status = " + state.toString());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a230b2e864968d4c9ed28dfe5a08acd4e283115
|
||||
Subproject commit bfb6bd76d49e028b97a786cf4dcd63f55b94e3f0
|
||||
Loading…
Add table
Reference in a new issue