Fix commit for rootca
This commit is contained in:
parent
f14d898e48
commit
25fc9e4445
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);
|
||||
copyFromPackage(R.raw.linphonerc_factory, new File(mLinphoneFactoryConfigFile).getName());
|
||||
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
|
||||
copyFromPackage(R.raw.rootca, mLinphoneRootCaFile);
|
||||
copyFromPackage(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
|
||||
}
|
||||
|
||||
public void copyIfNotExist(int ressourceId, String target) throws IOException {
|
||||
|
|
Loading…
Reference in a new issue