dimsuz
06/30/2016, 10:27 AMA -> B -> C -> D and being in D I have a business requirement to go to A if user presses back button in toolbar or a back arrow. Is having startActivity() with singleTop/clearTop intent to A inside an D.onBackPressed() a terrible approach? I think that it smells a bit, but how could I do better, any hints?