diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2022-01-12 15:09:52 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2022-01-12 15:09:52 -0600 |
commit | 9424b6b94d36f0f538576399b949884f6db29ac2 (patch) | |
tree | e3c4c78016fe2bac20bef92098d0d02b3c6f6ed2 /androidApp/src/main/AndroidManifest.xml | |
parent | 90d9c04e66f7e7564ee1639d6b01bb34fe05239d (diff) | |
download | etbsa-trackermap-mobile-9424b6b94d36f0f538576399b949884f6db29ac2.tar.gz etbsa-trackermap-mobile-9424b6b94d36f0f538576399b949884f6db29ac2.tar.bz2 etbsa-trackermap-mobile-9424b6b94d36f0f538576399b949884f6db29ac2.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.xml | 3 |
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 |