[ShareLocation] Added Settings to change values for location updates

Now the requested frequency and the priority of location updates can be
selected in a newly integrated SettingsActivity which can be extended
for future use.
This commit is contained in:
Alexander Dörflinger
2025-03-26 13:30:03 +01:00
parent 211bdd195f
commit ed2693236c
13 changed files with 273 additions and 48 deletions

View File

@@ -42,7 +42,8 @@ dependencies {
implementation 'com.google.android.gms:play-services-location:21.3.0'
// Glide
implementation 'com.github.bumptech.glide:glide:4.16.0' // Check for the latest version
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'androidx.preference:preference:1.2.0'// Check for the latest version
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
//CircleImageView