Top "Activity-finish" questions

Calling finish() doesn't finish the activity

I want to finish my activity when it pauses for specific reasons. Up till recently my code was working perfectly …

android onpause activity-finish
Android closing child activity from parent activity

I wanted to close child activity from parent activity. My flow is like: activity A is opened, inside Activity A …

android parent-child activity-finish
How to animate on finish() via ActivityOptions in Android?

I'm working on an app that has two activities, Main and Info. The App is started with the MainActivity and …

android bundle android-animation activity-finish
what is the right way to clear background activity/activites from stack?

as the questions title says - I need to know what is the best way to "remove"/destroy/finish an …

android android-activity broadcastreceiver activity-finish activity-stack