System › ActivityForceNewTask
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

ActivityForceNewTask

Xposed module that forces activities to open in a new task
Version: 2.1.3
Added: 13-03-2019
Updated: 13-03-2019
Apps can launch other apps' activities inside their task. This makes it impossible to switch back and forth between the two. This Xposed module sets the FLAG_ACTIVITY_NEW_TASK flag when starting a new activity, which 'fixes' that (note to devs: only startActivity is hooked for obvious reasons.) Note that this module may break things.
code Source file_download Download