You may find this question before.But I need to restart the previous activity when the button in the present activity is clicked.But I need to maintain in the present activity and the back button should launch activity based on the click of the button in the present activity.
You may find this question before.But I need to restart the previous activity when
Share
You can put everything that’s on the onCreate on the onResume. check the activity lifecycle (google it) to see why this will work.