autojs 权限之截图权限

请求截图权限之代码

if (!requestScreenCapture()) {
  toastLog("请求截图failed");
} else {
  toastLog("请求截图ok");
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注