Open xyylb opened 8 months ago
//打开相机程序 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
简单,在startactivity代理里面过滤就可以
假如虚拟app里有这行代码,黑盒如何监控这个行为呢 If there is this line of code in the virtual app, how can the black box monitor this behavior