Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45 stars 43 forks source link

Launch tasks separately for Offload Settings. #351

Closed Sunwoo-Nam closed 3 years ago

Sunwoo-Nam commented 3 years ago

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.