Skip to content

Commit

Permalink
Another attempt at checking in the correct file...
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Sep 4, 2024
1 parent 79252cc commit 12d1c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<service
android:name='"com.vedder.vesc.VForegroundService"'
android:enabled='"true"'
android:exported='"true"' />
android:exported='"true"'
android:foregroundServiceType='"location"' />

<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->

Expand Down

0 comments on commit 12d1c56

Please sign in to comment.