Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888);
获取屏幕截图,并使用FileOutputStream fos = new FileOutputStream("path/to/save");
保存到指定文件。Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888);
获取屏幕截图,并使用FileOutputStream fos = new FileOutputStream("path/to/save");
保存到指定文件。Powered By Z-BlogPHP 1.7.3