android-common
android-common copied to clipboard
老哥,还维护吗
ShellUtils.CommandResult result = ShellUtils.execCommand("screencap", true,true);
System.out.println(result.successMsg);
System.out.println(result.errorMsg);
System.out.println(result.result);
如果这样的话就永远挂起了,没有响应,我不希望截图保存到闪存,我想直接拿到输出,但是命令返回值只有string类型的
这是来自QQ邮箱的假期自动回复邮件。