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();
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue