This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connect 4.60 keeps stopping

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)

```

  • Well I changed the permission for location from "allow all the time" to "allow only while using the app". Then it worked just fine. It seems to work now even after I changed the permussion back to " all the time".

    (Using latest GrapheneOS 12 on Pixel 3a)