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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-03-11 22:14:08 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-03-14 21:14:28 +0300
commitb9b9ee620ab0efe315558f423e361e455839c8a4 (patch)
treef1c9cc452ecd6f7e30aee00187b5c55ba76c9a33 /app/src/main/AndroidManifest.xml
parenta17041e39f88843fdbaf85b6b7a9c88caeb75b29 (diff)
Enhance first run experience
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 1433653a4..cc0f25840 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -58,6 +58,11 @@
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" />
<activity
+ android:name=".ui.ImportAccountActivity"
+ android:label="@string/app_name"
+ android:theme="@style/AppTheme" />
+
+ <activity
android:name=".ui.AboutActivity"
android:label="@string/about"
android:theme="@style/AppTheme"