I created a login screen and implemented authentication. If there is a user logged in, the main screen is displayed, if not, the login screen is displayed. After I logged in to test Android Studio it saved the state in the emulator, so it will no longer go to the login screen. What can I do to reset this? Any ideas?