From: Damyan Ivanov Date: Thu, 4 Apr 2019 10:52:36 +0000 (+0300) Subject: activity names in manifest - without the full package prefix X-Git-Tag: v0.9~10 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=8b0abf0b314d92fff38714ab2f8c3ebb59b53466 activity names in manifest - without the full package prefix maybe this is important for the shortcuts (to follow) --- 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" />