Skip to content

Android: support of spawning apps on different users #1353

Closed
@inode-

Description

Frida is currently not able to spawn an application on a specific Android user. All spawned application are launched with the default user.

1|ASUS_Z017D_1:/sdcard # pm list users
Users:
        UserInfo{0:Owner:13} running
        UserInfo{10:Work profile:30} running
ASUS_Z017D_1:/sdcard #

Same application on different user can have different data and can be managed in different ways, an option allowing the selection of the user used during the spawn process in android should resolve this problem.

Native "am start" command has an option to select the user to start the application.

inode

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions