You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have seen a sizable increase in mindLAMP crashes for Google Pixel users over the past week
The Error
Looking at the Crashlytics dashboard, the following error appears to be responsible for a bulk of the crashes.
Caused by java.lang.SecurityException
Starting FGS with type health callerApp=ProcessRecord{ab8d26e 11178:digital.lamp.mindlamp/u0a80} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_HEALTH] any of the permissions allOf=false [android.permission.ACTIVITY_RECOGNITION, android.permission.BODY_SENSORS, android.permission.HIGH_SAMPLING_RATE_SENSORS]
To Fix
We may need to update our AndroidManifest.xml file to make sure it has all the right permissions. I am unsure what Google Pixel or the Android API might have changed recently to cause these new failures.
The text was updated successfully, but these errors were encountered:
@MattMatt27 We have resolved the issue and submitted an open testing version to Google. However, we are encountering policy issues related to Health Connect permissions that require resolution with Google's review team. Once approved, the fix will be available on the Play Store.
Describe the bug
We have seen a sizable increase in mindLAMP crashes for Google Pixel users over the past week
The Error
Looking at the Crashlytics dashboard, the following error appears to be responsible for a bulk of the crashes.
To Fix
We may need to update our
AndroidManifest.xml
file to make sure it has all the right permissions. I am unsure what Google Pixel or the Android API might have changed recently to cause these new failures.The text was updated successfully, but these errors were encountered: