I did a quick test, and delegate for `onCreate` is...
# android
v
I did a quick test, and delegate for
onCreate
is not called, for
onDestroy
replaces activity
onDestroy
method, so app crashes, since super is never called.