From 8b0abf0b314d92fff38714ab2f8c3ebb59b53466 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 4 Apr 2019 13:52:36 +0300 Subject: [PATCH] activity names in manifest - without the full package prefix maybe this is important for the shortcuts (to follow) --- app/src/main/AndroidManifest.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 45e2c6af..25d55d22 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -34,7 +34,6 @@ android:theme="@style/AppTheme.NoActionBar"> - @@ -53,7 +52,7 @@ android:theme="@style/AppTheme.NoActionBar"> + android:value=".ui.activity.MainActivity" /> + android:value=".ui.activity.MainActivity" /> -- 2.39.2