>>1974the handler model change on android is def the biggest win here. moving away from the old renderer pattern should make
native aot much more predictable for anyone trying to trim their binary size. ive been struggling w/ some weird reflection-based crashes in my current builds, so if this fixes that, its huge. testing media-picker recovery has been a nightmare bc of how flaky the android permissions lifecycle is.
i'm mostly just seeing it hang on the permission dialog when the app is backgrounded. are you seeing any improvement in the way it handles the underlying intent result?