Andrew Engelbrecht

Results 76 comments of Andrew Engelbrecht

I should note that I tried wiping and uninstalling the app, and the crashing stopped. So hopefully I can reproduce the bug on a new build the next time GrapheneOS...

I tested an older version of my app with the app optimization, and persistent crashing returned. Sideloading an updated app with the recommended change, using `START_REDELIVER_INTENT`, among other changes, caused...

Yes, I can test out `START_NOT_STICKY` at some point and see if it works for me. My hunch is that this will not be something that my app needs, if...

Using `START_NOT_STICKY` does not lead to any crashes for me after apps are optimized in GrapheneOS and then restarted automatically.

Thanks for the pointer. : ) I think that in this case, Flutter Local Notifications is probably not passing all metadata it has to the Java compat library, so while...

I think what's needed is some kind of mapping between notification IDs and whether they were created with a parameter that marked them as needing cleanup on app termination. That's...