Anke
October 22, 2022, 8:04pm
1
I get this stacktrace from the Google Pre-Launch report:
ANR in com.google.android.apps.wellbeing;PID: 6530;Broadcast of Intent { act=android.intent.action.LOCALE_CHANGED flg=0x1200810 cmp=com.google.android.apps.wellbeing/.focusmode.manager.impl.FocusModeRefreshStateBroadcastReceiver_Receiver };
Does anyone have any idea what this (com.google.android.apps.wellbeing) is all about and why is it causing an ANR? My app has nothing to do with it.
Summary
Do Google themselves know? A lot of what they are doing now seems overly complex.
1 Like
Anke
October 22, 2022, 9:29pm
4
Yes, but what does my app have to do with it? I don't know this app, never installed and / or used it.
It looks like a new way Google will use to rate the security/safety of Apps and show potential App Users?
Anke
October 22, 2022, 9:39pm
6
May be, but why would that cause the app to crash?
It does? Shouldn't it be online information (only) on Google Play?
Anke
October 22, 2022, 10:13pm
8
It is not a crash but an ANR (a persistent state of unresponsiveness).
ChrisWard:
It does?
This issue seems to occur on a Pixel 2 with Android 13
but not on my test devices (as far as tested).
SDK33 is the clue, given that App Inventor supports 31.
Anke
October 22, 2022, 10:27pm
10
AI2 targets SDK 31 (targetSdkVersion=31
), but that doesn't mean apps built with AI2 won't work on Android 13 (API 33) as well. (At least it should actually work.)
I agree, except that 31 isn't supporting the Digital Well being stuff that Google seems to require regardless.
I think MIT need to question this with Google, given that new Apps do not need to target 33 until August 1, 2023 and existing Apps not until November 1, 2024.
Taifun
October 22, 2022, 11:41pm
12
1 Like