Schwifty: an Activity leak is released with the release of Android 10. Sent by @MightySeal
#memory #leak #activity
#memory #leak #activity
Twitter
Py β
In Android 10, if you press back to finish an activity which is a task root, that activity will leak π€―ππ€ Leak introduced when adding support for Bubbles (as chathead activities). Properly reported but: "We've deferred this issue for consideration in a futureβ¦
@MightySeal shared an interesting link: looks like a much more convenient and typesafe wrapper for the whole startActivityForResult thing is coming soon.
#activity #google
#activity #google
In this strange post author explores what happens when you try to close your app via System.exit(). It's not clear why would anyone want to do this, but it's always fun to know.
#system #jvm #activity
#system #jvm #activity
Medium
A cautionary tale on Android: do not call System.exit()
Once upon a timeβ¦ there was an issue that was hidden in plain sight! It lived freely for years without no one noticing it. Until one dayβ¦