8000 [Other]有人知道如何实现监控虚拟app的打开相机拍照行为吗 · Issue #179 · FBlackBox/BlackBox · GitHub
[go: up one dir, main page]

Skip to content

[Other]有人知道如何实现监控虚拟app的打开相机拍照行为吗 #179

@xyylb

Description

@xyylb
            //打开相机程序 Open the camera program
            Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
            startActivity(intent);

假如虚拟app里有这行代码,黑盒如何监控这个行为呢
If there is this line of code in the virtual app, how can the black box monitor this behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None 2E87 yet

    Development

    No branches or pull requests

    Issue actions

      0