
ActivityForceNewTask
Force activities into new tasks.
Description
Apps often launch other apps' activities within the same task, making switching between them tricky. This Xposed module adds the FLAG_ACTIVITY_NEW_TASK flag to start activities in a new task, solving the issue. (Note: Only startActivity is hooked.) Be cautious—this might cause unexpected behavior.