文件名称:Android截图
文件大小:4KB
文件格式:ZIP
更新时间:2020-11-22 04:30:43
Android 截图
在github上看到一个可以实现截图功能的demo,,,(资源分不知道为什么不能设成0,所以就选择了最小的2) 使用方法:public void getScreen() { String filename = getApplication().getFilesDir().toString() + "test.png"; ScreentShotUtil.getInstance().takeScreenshot(getApplicationContext(), filename); } 把ScreentShotUtil.class和ShellUtils.class复制到src/包名下即可; 需要在哪里实现截图就在哪里调用getScreen()。
【文件预览】:
ShellUtils.java
ScreentShotUtil.java