This commit is contained in:
Dimitris
2026-03-26 07:13:31 +01:00
parent 5098dad9d6
commit a3370e42a8
18 changed files with 590 additions and 101 deletions

View File

@@ -70,7 +70,12 @@
android:name="distractionOptimized"
android:value="true" />
</activity>
<service
android:name="com.kouros.navigation.car.navigation.NavigationService"
android:enabled="true"
android:foregroundServiceType="location"
android:exported="true">
</service>
</application>
</manifest>