Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/Framework.java')
-rw-r--r--android/src/com/mapswithme/maps/Framework.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/Framework.java b/android/src/com/mapswithme/maps/Framework.java
index d5b964df42..38e1641b7d 100644
--- a/android/src/com/mapswithme/maps/Framework.java
+++ b/android/src/com/mapswithme/maps/Framework.java
@@ -325,4 +325,6 @@ public class Framework
private static native void nativeLogLocalAdsEvent(@LocalAdsEventType int eventType,
double lat, double lon, int accuracy);
+
+ public static native void nativeRunFirstLaunchAnimation();
}