Tabs getting added to Android navigation stack

I’m testing my app’s navigation, it’s identical to the start tab’s project. When I navigate throughout the tabs, say from status -> chats -> account -> chats -> account and hit the Android system back button it’ll go account -> chats -> status -> EXIT.

Is there a way to remove all the other tabs from the stack when moving to another tab? The desired navigation would go like this (using the same user input from above) account -> status -> EXIT. status would act as the home page, before a user exits the app.