NavigationService

This commit is contained in:
Dimitris
2026-04-03 09:57:52 +02:00
parent 24173412e8
commit 757c4c8d8d
3 changed files with 294 additions and 5 deletions
+6
View File
@@ -45,6 +45,12 @@
android:foregroundServiceType="location"
android:exported="true">
</service>
<service
android:name=".car.navigation.NavigationService"
android:enabled="true"
android:foregroundServiceType="location"
android:exported="true">
</service>
</application>
</manifest>