From b84fe9a9c4c18a3f4e957f76ead34403c4316f76 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 20 Dec 2023 19:40:11 +0200 Subject: Added a simple Login and SignUp page for the web driver app --- mobile/android/app/src/main/AndroidManifest.xml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mobile/android/app/src/main/AndroidManifest.xml (limited to 'mobile/android/app/src/main/AndroidManifest.xml') diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..52b82bd --- /dev/null +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + -- cgit v1.2.3