Fix Copy rootca at each launch instead of copy this if it not exist
This commit is contained in:
parent
767adf809e
commit
798d472b46
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
|
||||||
copyIfNotExist(R.raw.linphonerc_default, mLinphoneConfigFile);
|
copyIfNotExist(R.raw.linphonerc_default, mLinphoneConfigFile);
|
||||||
copyFromPackage(R.raw.linphonerc_factory, new File(mLinphoneFactoryConfigFile).getName());
|
copyFromPackage(R.raw.linphonerc_factory, new File(mLinphoneFactoryConfigFile).getName());
|
||||||
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
|
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
|
||||||
copyIfNotExist(R.raw.rootca, mLinphoneRootCaFile);
|
copyFromPackage(R.raw.rootca, mLinphoneRootCaFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void copyIfNotExist(int ressourceId, String target) throws IOException {
|
public void copyIfNotExist(int ressourceId, String target) throws IOException {
|
||||||
|
|
Loading…
Reference in a new issue