Activity A -> Activity B -> Activity C -> Activity D
. Pressing back in Activity D should navigate user out of the application, whereas Back should work normally for Activity C, B and A. i.e. C -> back -> B -> back A -> back -> exit
.
I tried settings flags with Activity.FLAG_ACITIVITY_CLEAR_TOP,
etc.. with different combination. Nothing seems to work. Minimum API level 7.