The title is self explanatory: I would like to know if a new activity can handle the onBackPressed() before the onCreate() is finished. In other words, at which point in the lifecycle is the handling of the soft back button touch transferred to a newly created activity?
Thanks in advance.