Sync at the end of remote provisioning
This commit is contained in:
parent
f014edb972
commit
c5ccc96991
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,8 @@ public class RemoteProvisioning {
|
|||
if(x2l.convert(lp) != 0) {
|
||||
Log.e("Can't convert remote provisioning file to LinphoneConfig");
|
||||
return;
|
||||
} else {
|
||||
lp.sync();
|
||||
}
|
||||
Log.i("Remote provisioning ok");
|
||||
} catch (MalformedURLException e) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 47a02f34fdfaf89e5c73aa387a639234c7ffa8bc
|
||||
Subproject commit bdf69fd48c17662b2b46581fe1c8c2f600d8a6dc
|
Loading…
Reference in a new issue