Track, nyomkövetés hozzáadása

This commit is contained in:
2026-05-10 02:31:27 +02:00
parent 810e118059
commit 7192fa5322
16 changed files with 1613 additions and 27 deletions
+5
View File
@@ -5,6 +5,11 @@
android:name="${applicationName}"
android:requestLegacyExternalStorage="true"
android:icon="@mipmap/ic_launcher">
<service
android:name="com.pravera.flutter_foreground_task.service.ForegroundService"
android:foregroundServiceType="location"
android:stopWithTask="false"/>
<activity
android:name=".MainActivity"
android:exported="true"