Updated today, bot only the app crashes a few seconds after start but also the background service keeps stopping:
```
type: crash
osVersion: google/sargo/sargo:12/SP2A.220505.008/2022090700:user/release-keys
package: com.garmin.android.apps.connectmobile:7225
process: com.garmin.android.apps.connectmobile
java.lang.IllegalArgumentException: pending intent must be mutable
at com.android.internal.util.Preconditions.checkArgument(Preconditions.java:59)
at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1562)
at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1297)
at fs.c.d(SourceFile:11)
at com.garmin.android.apps.connectmobile.util.location.SignificantLocationUpdateJobService$a.a(SourceFile:23)
at t70.f$a.b(SourceFile:9)
at t70.d$a$a.a(SourceFile:10)
at com.garmin.android.apps.connectmobile.gfdi.protobuf.CoreProtobufRequestHandler.handleLocationUpdatedSetEnabledRequest(SourceFile:36)
at com.garmin.android.apps.connectmobile.gfdi.protobuf.CoreProtobufRequestHandler.run(SourceFile:7)
at java.lang.Thread.run(Thread.java:920)
```