aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorIsidro Henoch <imhenoch@protonmail.com>2022-01-12 15:09:52 -0600
committerIsidro Henoch <imhenoch@protonmail.com>2022-01-12 15:09:52 -0600
commitcc7cfcb2d65a1164f5b75ae4292ea9a099746038 (patch)
treee3c4c78016fe2bac20bef92098d0d02b3c6f6ed2 /androidApp/src/main/AndroidManifest.xml
parent9b5850870bef2770f281d51b5c96ac9103ab3667 (diff)
downloadetbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.tar.gz
etbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.tar.bz2
etbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.zip
Adds the user information functionality
- Displays the user information - Allows the user to sign out
Diffstat (limited to 'androidApp/src/main/AndroidManifest.xml')
-rw-r--r--androidApp/src/main/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/androidApp/src/main/AndroidManifest.xml b/androidApp/src/main/AndroidManifest.xml
index 5d56847..6501532 100644
--- a/androidApp/src/main/AndroidManifest.xml
+++ b/androidApp/src/main/AndroidManifest.xml
@@ -26,5 +26,8 @@
<activity
android:name=".details.DetailsActivity"
android:exported="false"/>
+ <activity
+ android:name=".session.UserInformationActivity"
+ android:exported="false"/>
</application>
</manifest> \ No newline at end of file