Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xyylb opened this issue Mar 11, 2024 · 1 comment

Comments

@xyylb
Copy link

xyylb commented Mar 11, 2024

            //打开相机程序 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

@Monster-GM
Copy link
Contributor

简单,在startactivity代理里面过滤就可以

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants