Skip to content

Commit 4fb1622

Browse files
committed
Fix crash on Android 14, add FOREGROUND_SERVICE_LOCATION permission.
1 parent 01ba417 commit 4fb1622

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Version 1.4.8 - not yet released
1+
Version 1.4.8 - 31-dec-2023
2+
* fix crash on Android 14, add FOREGROUND_SERVICE_LOCATION permission (#31)
23

34
Version 1.4.7 - 04-sep-2023
45
* update target SDK version 34 (Android 13)

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
android:versionCode="46"
55
android:versionName="1.4.8">
66

7+
<!-- required since Android 14 / targetSdkVersion 34 -->
8+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
9+
710
<!-- required since Android 10 / targetSdkVersion 29 -->
811
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
912

0 commit comments

Comments
 (0)