fix broken compilation

This commit is contained in:
Simon Morlat 2016-01-21 19:30:07 +01:00
parent 0b867f947f
commit 67b0bd853d

View file

@ -713,15 +713,15 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
lInputStream.close(); lInputStream.close();
} }
public void loadConfig(){ //public void loadConfig(){
try { // try {
copyIfNotExist(R.raw.configrc, mConfigFile); // copyIfNotExist(R.raw.configrc, mConfigFile);
} catch (Exception e){ // } catch (Exception e){
Log.w(e); // Log.w(e);
} // }
LinphonePreferences.instance().setRemoteProvisioningUrl("file://" + mConfigFile); // LinphonePreferences.instance().setRemoteProvisioningUrl("file://" + mConfigFile);
getLc().getConfig().setInt("misc","transient_provisioning",1); // getLc().getConfig().setInt("misc","transient_provisioning",1);
} //}
public boolean detectVideoCodec(String mime) { public boolean detectVideoCodec(String mime) {