Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIQR-430: Don't keep the authentication tasks in the list of recent apps #85

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

IuliaSTANA
Copy link
Contributor

When handling push notifications for authentication, start the activity with the flag FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS. This will make sure that once authentication is completed, the TIQR app will not be found in the list of recent apps again.

This solves the problem for authenticating via push notifications.
This is not solved if the authentication is started from the mobile browser, page in the browser is responsible for creating the intent & its flags that starts the authentication. AFAICT via this route, the FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS is not part of the intent to authenticate.

Iulia STANA added 2 commits July 11, 2024 16:34
When handling push notifications for authentication, start the activity with the flag to `FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS`. This will make sure that once authentication is completed, the TIQR app will not be found in the list of recent apps again.
@IuliaSTANA IuliaSTANA merged commit ddd2b49 into develop Jul 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants