Removed linphone test db
This commit is contained in:
parent
6d023ca54b
commit
76f31d0744
2 changed files with 0 additions and 3 deletions
Binary file not shown.
|
@ -228,7 +228,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
|
||||||
mChatDatabaseFile = basePath + "/linphone-history.db";
|
mChatDatabaseFile = basePath + "/linphone-history.db";
|
||||||
mCallLogDatabaseFile = basePath + "/linphone-log-history.db";
|
mCallLogDatabaseFile = basePath + "/linphone-log-history.db";
|
||||||
mFriendsDatabaseFile = basePath + "/linphone-friends.db";
|
mFriendsDatabaseFile = basePath + "/linphone-friends.db";
|
||||||
mLinphoneTestDb = basePath + "/linphone.db";
|
|
||||||
mErrorToneFile = basePath + "/error.wav";
|
mErrorToneFile = basePath + "/error.wav";
|
||||||
mUserCertificatePath = basePath;
|
mUserCertificatePath = basePath;
|
||||||
|
|
||||||
|
@ -259,7 +258,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
|
||||||
private final String mFriendsDatabaseFile;
|
private final String mFriendsDatabaseFile;
|
||||||
private final String mErrorToneFile;
|
private final String mErrorToneFile;
|
||||||
private final String mUserCertificatePath;
|
private final String mUserCertificatePath;
|
||||||
private final String mLinphoneTestDb;
|
|
||||||
private byte[] mUploadingImage;
|
private byte[] mUploadingImage;
|
||||||
private Timer mTimer;
|
private Timer mTimer;
|
||||||
|
|
||||||
|
@ -941,7 +939,6 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
|
||||||
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
|
copyIfNotExist(R.raw.lpconfig, mLPConfigXsd);
|
||||||
copyFromPackage(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
|
copyFromPackage(R.raw.rootca, new File(mLinphoneRootCaFile).getName());
|
||||||
copyFromPackage(R.raw.assistant_create, new File(mDynamicConfigFile).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 {
|
public void copyIfNotExist(int ressourceId, String target) throws IOException {
|
||||||
|
|
Loading…
Reference in a new issue