diff --git a/android/jni/com/mapswithme/maps/MapManager.cpp b/android/jni/com/mapswithme/maps/MapManager.cpp index 9bd589317e..e8c0d52012 100644 --- a/android/jni/com/mapswithme/maps/MapManager.cpp +++ b/android/jni/com/mapswithme/maps/MapManager.cpp @@ -68,7 +68,7 @@ extern "C" { // static boolean nativeMoveFile(String oldFile, String newFile); JNIEXPORT jboolean JNICALL -Java_com_mapswithme_maps_MapStorage_nativeMoveFile(JNIEnv * env, jclass clazz, jstring oldFile, jstring newFile) +Java_com_mapswithme_maps_downloader_MapManager_nativeMoveFile(JNIEnv * env, jclass clazz, jstring oldFile, jstring newFile) { return my::RenameFileX(jni::ToNativeString(env, oldFile), jni::ToNativeString(env, newFile)); }