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-06-13 16:38:53 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-15 21:32:47 +0300
commit0d79609c849b47da5d7bd08f94f80a3645a9a188 (patch)
tree4554b81df0952b2d68e8e07cc32831e85327a0b0 /app/src/main/AndroidManifest.xml
parent6e5e60ac18fd84dca875edf588e383fb8474c828 (diff)
Implement AccountSwitcherDialog and ManageAccountActivity
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4cdbca33c..378dc35ed 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -45,6 +45,12 @@
</activity>
<activity
+ android:name=".ui.manageaccounts.ManageAccountsActivity"
+ android:label="@string/manage_accounts"
+ android:parentActivityName=".ui.MainActivity"
+ android:windowSoftInputMode="stateHidden" />
+
+ <activity
android:name=".ui.SelectCardActivity"
android:label="@string/share_add_to_card"
android:theme="@style/SplashTheme">