1. 首页
  2. 移动开发
  3. Android
  4. Android截图

Android截图

上传者: 2019-04-01 16:34:34上传 ZIP文件 3.96KB 热度 46次
在github上看到一个可以实现截图功能的demo,,,(资源分不知道为什么不能设成0,所以就选择了最小的2) 使用方法:public void getScreen() { String filename = getApplication().getFilesDir().toString() + "test.png"; ScreentShotUtil.getInstance().takeScreenshot(getApplicationContext(), filename); } 把ScreentShotUtil.class和ShellUtils.class复制到src/包名下即可; 需要在哪里实现截图就在哪里调用get Screen()。 Screen()。
用户评论