Fix android build
This commit is contained in:
parent
46194d99eb
commit
33ee5c62af
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…
Reference in a new issue