Revert manager loading lpconfig.xsd
This commit is contained in:
parent
a1f4edb281
commit
f996812f4e
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
||||||
copyIfNotExist(R.raw.ringback,mRingbackSoundFile);
|
copyIfNotExist(R.raw.ringback,mRingbackSoundFile);
|
||||||
copyIfNotExist(R.raw.toy_mono,mPauseSoundFile);
|
copyIfNotExist(R.raw.toy_mono,mPauseSoundFile);
|
||||||
copyFromPackage(R.raw.linphonerc, new File(mLinphoneInitialConfigFile).getName());
|
copyFromPackage(R.raw.linphonerc, new File(mLinphoneInitialConfigFile).getName());
|
||||||
// copyIfNotExist(R.raw.lpconfig, new File(mLPConfigXsd).getName());
|
copyIfNotExist(R.raw.lpconfig, new File(mLPConfigXsd).getName());
|
||||||
copyIfNotExist(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
|
copyIfNotExist(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
|
||||||
}
|
}
|
||||||
private void copyIfNotExist(int ressourceId,String target) throws IOException {
|
private void copyIfNotExist(int ressourceId,String target) throws IOException {
|
||||||
|
|
Loading…
Reference in a new issue