This is a used object, I want to unlink it and all...
# android
m
This is a used object, I want to unlink it and allow GC. It is not for memory (apparently, it will be GCed anyway, along with Activity), but for symmetry (init in onCreate, deinit in onDestroy): Activity’s state in onDestroy will be erased to pre-onCreate state.