摘要:
/** * 截屏工具类 * @author ooxx * */public class ScreenShot { // 获取指定Activity的截屏,保存到png文件 private static Bitmap takeScreenShot(Activity activity) { // View是你需要截图的View View view = activity.getWindow().getDecorView(); view.setDrawingCacheEnabled(true); view.buildDr... 阅读全文
posted @ 2013-10-21 17:58
滴滴时光
阅读(338)
评论(0)
推荐(0)

浙公网安备 33010602011771号