fix broken compilation
This commit is contained in:
parent
0b867f947f
commit
67b0bd853d
1 changed files with 9 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue