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
+1 -1
View File
@@ -36,7 +36,7 @@ android {
applicationId "hu.app_dev.terepi_seged"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 23
minSdkVersion 26
targetSdkVersion 35
versionCode flutter.versionCode
versionName flutter.versionName
+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"