Fix commit for rootca

This commit is contained in:
Erwan Croze 2017-02-08 11:05:37 +01:00
parent f14d898e48
commit 25fc9e4445

View file

@ -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 {