Fixed notifications and Bluetooth permissions issues on Android 13 Go. Re-start of the app improved to reduce the chance of leaving part of background service running, but this may make startup activity seem less stable.

This commit is contained in:
Graham Jones
2024-04-06 20:41:04 +01:00
parent 6633eee60d
commit dee2bcc3b8
7 changed files with 156 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 23 // Android 6
targetSdkVersion 33 // Android 13
targetSdkVersion 33 // Android 13 = 33
multiDexEnabled true
}