Removed linphone test db

This commit is contained in:
Sylvain Berfini 2017-10-31 11:01:38 +01:00
parent 6d023ca54b
commit 76f31d0744
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View file

@ -228,7 +228,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
mChatDatabaseFile = basePath + "/linphone-history.db";
mCallLogDatabaseFile = basePath + "/linphone-log-history.db";
mFriendsDatabaseFile = basePath + "/linphone-friends.db";
mLinphoneTestDb = basePath + "/linphone.db";
mErrorToneFile = basePath + "/error.wav";
mUserCertificatePath = basePath;
@ -259,7 +258,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
private final String mFriendsDatabaseFile;
private final String mErrorToneFile;
private final String mUserCertificatePath;
private final String mLinphoneTestDb;
private byte[] mUploadingImage;
private Timer mTimer;
@ -941,7 +939,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
copyFromPackage(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
copyFromPackage(R.raw.assistant_create, new File(mDynamicConfigFile).getName());
copyFromPackage(R.raw.linphone, new File(mLinphoneTestDb).getName());
}
public void copyIfNotExist(int ressourceId, String target) throws IOException {