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

Launch tasks separately for Offload Settings. #351

Conversation

Sunwoo-Nam
Copy link
Contributor

When Offload Settings is launched, SettingsActivity should be shown but
ChromeTabbedActivity is shown unexpectedly.
For solving the issue, use android:documentLaunchMode="intoExisting"
to launch a separate task based on the intent's Component name and data URI.
Without this, the activity will share all the same activities.

When Offload Settings is launched, SettingsActivity should be shown but
ChromeTabbedActivity is shown unexpectedly.
For solving the issue, use android:documentLaunchMode="intoExisting"
to launch a separate task based on the intent's Component name and data URI.
Without this, the activity will share all the same activities.

Signed-off-by: Sunwoo Nam <sunny.nam@samsung.com>
Copy link
Contributor

@is46-kim is46-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants