diff --git a/res/raw/linphone.db b/res/raw/linphone.db deleted file mode 100644 index eed573f25..000000000 Binary files a/res/raw/linphone.db and /dev/null differ diff --git a/src/android/org/linphone/LinphoneManager.java b/src/android/org/linphone/LinphoneManager.java index 72d708eb4..33d3977c2 100644 --- a/src/android/org/linphone/LinphoneManager.java +++ b/src/android/org/linphone/LinphoneManager.java @@ -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 {