-2

I found from google Docsenter link description here

If the user continues to press Back, then each activity in the stack is popped off to reveal the previous one, until the user returns to the Home screen (or to whichever activity was running when the task began). When all activities are removed from the stack, the task no longer exists.

When the task is no longer exists why the app is showing in recents.

saibaba vali
  • 2,641
  • 1
  • 17
  • 17

1 Answers1

0

What happens when you click on the back button and go back to your home screen is that your app is only getting minimized(your app is stopped and not destroyed), and this is why in your recent apps you will see your app that only got minimized.

Tamir Abutbul
  • 7,301
  • 7
  • 25
  • 53