Prevent user from going back to login screen

I’d like to prevent the user from going back to the login screen once they’ve successfully logged in. I can disable controls in the UI, but Android users still have the physical Back button which they can press to take them back through the view stack.

Using vanilla Java on Android I would call finish() on the LoginActivity.java file but I can’t find the equivalent in Fuse. Thanks.