IllegalArgumentException when calling Tile#updateTile() in TileService#onStartListening()
Some users of my app are experiencing a crash I cannot reproduce. It is just a small percentage of the users which are receiving this crash, but currently it is the largest crash in my app, which I would like to solve. This is the stack trace I received in Firebase Crashlytics:
Fatal Exception: java.lang.IllegalArgumentException: Service not registered: com.android.systemui.qs.external.TileLifecycleManager@775810d
at android.os.Parcel.readException(Parcel.java:1947)
at...