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