From cc16e8fdcde7bf69c08799b7775dc7e61bb02ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Thu, 20 Jul 2017 19:03:17 +0300 Subject: [PATCH] [android] Made the activity alias to redirect to the SplashActivity from the old app icons --- android/AndroidManifest.xml | 17 +++++++++++------ android/jni/Android.mk | 2 +- ....cpp => DownloadResourcesLegacyActivity.cpp} | 6 +++--- ...ava => DownloadResourcesLegacyActivity.java} | 8 ++++---- .../src/com/mapswithme/maps/MwmActivity.java | 6 +++--- .../src/com/mapswithme/maps/SplashActivity.java | 3 +-- 6 files changed, 23 insertions(+), 19 deletions(-) rename android/jni/com/mapswithme/maps/{DownloadResourcesActivity.cpp => DownloadResourcesLegacyActivity.cpp} (94%) rename android/src/com/mapswithme/maps/{DownloadResourcesActivity.java => DownloadResourcesLegacyActivity.java} (98%) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 745fd626a4..5bc134ec2b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -85,11 +85,6 @@ android:name="com.mapswithme.maps.SplashActivity" android:label="@string/app_name"> - - - - - @@ -202,10 +197,20 @@ + + + + + + + type = (Class) input.getSerializableExtra(EXTRA_ACTIVITY_TO_START);