From b027839e3fd82a2b16c4e2be3206a890c9e2a2b7 Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 1 Nov 2014 12:37:34 +0100 Subject: [PATCH] =?UTF-8?q?[android]=20Add=20=E2=80=9C.routing=E2=80=9D=20?= =?UTF-8?q?files=20to=20moveable=20exts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/jni/com/mapswithme/maps/Framework.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/jni/com/mapswithme/maps/Framework.cpp b/android/jni/com/mapswithme/maps/Framework.cpp index 5c9d7f7ace..9d280ef2ec 100644 --- a/android/jni/com/mapswithme/maps/Framework.cpp +++ b/android/jni/com/mapswithme/maps/Framework.cpp @@ -1223,7 +1223,7 @@ extern "C" { jclass stringClass = jni::GetStringClass(env); - char const * exts[] = { DATA_FILE_EXTENSION, FONT_FILE_EXTENSION }; + char const * exts[] = { DATA_FILE_EXTENSION, FONT_FILE_EXTENSION, ROUTING_FILE_EXTENSION }; jobjectArray resultArray = env->NewObjectArray(ARRAY_SIZE(exts), stringClass, NULL); for (size_t i = 0; i < ARRAY_SIZE(exts); ++i)