From 72ab76835dec92ea30c2d26009e3576aa8f1dbc7 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Fri, 13 Mar 2026 19:54:43 +0000 Subject: Implement GPS navigation with position, SOG, and COG --- android-app/app/src/main/AndroidManifest.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 android-app/app/src/main/AndroidManifest.xml (limited to 'android-app/app/src/main/AndroidManifest.xml') diff --git a/android-app/app/src/main/AndroidManifest.xml b/android-app/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..2fce535 --- /dev/null +++ b/android-app/app/src/main/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3