From e38acab39932d3d74a6598ad52044ea9369e14a9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 14 May 2025 16:31:10 -0700 Subject: [PATCH] Add permissions to the android manifest --- README.md | 2 +- android/app/src/main/AndroidManifest.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 633ed12..e0808e0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The app does not store data locally, due to the way android permissions function # Implementation - [ ] Basic UI -- [ ] Permissions +- [x] Permissions - [ ] GPS Tracking - [ ] Formatting GPS on a viewable map - [ ] Track driving hours diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4d6d585..9963ace 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,15 @@ + + + + + + + + + + +