AppAuth-Android
AppAuth-Android copied to clipboard
Force new Login Activity, clearing OLD activity.
There is a corner case issue when device HOME button is pressed while Custom Chrome Tab Auth UI is displayed.
Issue:
- Within Login application, go to the Login UI
- Press HOME button (taking user back to the home launcher)
- Relaunch Login Application, Login activity will receive Cancel Intent.
This is due to the OnResume of the AuthorizationManagementActivity getting mAuthorizationStarted from the SavedInstance, although this is a new login attempt.