From 86253f37722597f5035655db69af858991f0c3f3 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Sat, 4 Apr 2015 02:57:28 +0300 Subject: [PATCH] Preserve shortcuts to old launcher activity Add an activity alias for RoutingActivity that points to the new launcher activity. Fixes #2878. Closes #2887. --- AndroidManifest.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2f005f8204..d7138aa22b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -95,14 +95,19 @@ + android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" + android:exported="true" /> + + - +