diff --git a/android/jni/com/mapswithme/maps/DownloadUI.cpp b/android/jni/com/mapswithme/maps/DownloadUI.cpp index 5c9c24e4de..29e1b0c41b 100644 --- a/android/jni/com/mapswithme/maps/DownloadUI.cpp +++ b/android/jni/com/mapswithme/maps/DownloadUI.cpp @@ -108,14 +108,14 @@ extern "C" return static_cast(android::GetFramework().Storage().CountryStatus(storage::TIndex(group, country, region))); } - JNIEXPORT jint JNICALL + JNIEXPORT void JNICALL Java_com_mapswithme_maps_DownloadUI_downloadCountry(JNIEnv * env, jobject thiz, jint group, jint country, jint region) { android::GetFramework().Storage().DownloadCountry(storage::TIndex(group, country, region)); } - JNIEXPORT jint JNICALL + JNIEXPORT void JNICALL Java_com_mapswithme_maps_DownloadUI_deleteCountry(JNIEnv * env, jobject thiz, jint group, jint country, jint region) {