注册时间
最后登录
新帖
if (!requestScreenCapture()) {
log("请求截图权限失败");
return false;
} else {
Thread.interrupt()//关闭Thread的线程
log("已获得截图权限");
return true;
}