On Android 12 when I install an update to my app, ...
# glance
a
On Android 12 when I install an update to my app, the widget provider's
OnReceive(...)
is called and the existing widget composes as expected. On Android 11, none the of the callbacks in the provider is happening so my widget gets stuck in the default loading state. Is this the expected or known behavior?
b
there are numerous behavior differences between api 30 and 31 because of changes to RemoteViewsComat among other things. That said, glance still works on <31. Without more information, it's hard to say what's happening.