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();
}
public void loadConfig(){
try {
copyIfNotExist(R.raw.configrc, mConfigFile);
} catch (Exception e){
Log.w(e);
}
LinphonePreferences.instance().setRemoteProvisioningUrl("file://" + mConfigFile);
getLc().getConfig().setInt("misc","transient_provisioning",1);
}
//public void loadConfig(){
// try {
// copyIfNotExist(R.raw.configrc, mConfigFile);
// } catch (Exception e){
// Log.w(e);
// }
// LinphonePreferences.instance().setRemoteProvisioningUrl("file://" + mConfigFile);
// getLc().getConfig().setInt("misc","transient_provisioning",1);
//}
public boolean detectVideoCodec(String mime) {