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>2019-05-08 17:51:53 +0300
committerstefan-niedermann <info@niedermann.it>2019-05-08 17:51:53 +0300
commited7a86d562d96a435c32bcf4b9cc9a2f2ea40a4d (patch)
treeef33744585d34958d0d5ab6356532eddbf876920 /app/src/main/AndroidManifest.xml
parent01a5792f0ac448d75e35b5018e5679259a03b836 (diff)
Create exception activity
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 6a186f472..dfc9ae8c9 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -49,6 +49,12 @@
android:theme="@style/AppTheme"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" />
+ <activity
+ android:name=".ui.exception.ExceptionActivity"
+ android:label="@string/about"
+ android:theme="@style/AppTheme"
+ android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" />
+
</application>
</manifest> \ No newline at end of file