在使用OS Marshmallow时,在Android中使用全屏截取列表活动..?

时间:2017-05-24 10:15:46

标签: android android-6.0-marshmallow

如何获得包含列表视图的活动的全屏截图。我已经用所有其他操作系统完成了它,低于棉花糖。在包含棉花糖的移动设备中,它只需要在视图或移动屏幕上观看内容的观看内容的屏幕截图。在短的棉花糖中不允许我拍摄活动的全屏幕。我怎么解决这个问题 ? 提前致谢。 这是一些代码:

1100 | 11001010.000
       1100
       ----
           1010
           1100
           ----
            1100
            1100
            ----
            (...) 0

1 个答案:

答案 0 :(得分:0)

尝试在$computers = gc "C:\Users\Javed\Desktop\New\computers.txt" foreach ($computer in $computers) { if (test-Connection -Cn $computer -quiet) { & C:\Users\Javed\Downloads\PsTools\psexec.exe \\$computer -u "admin" -p "Password123" /accepteula "C:\Users\javed\Desktop\routes\$computer.bat" } else { "$computer is not online" } } 方法

中更改此行
pdf

到这个

bitmap= getBitmapFromView(this.getWindow().findViewById(R.id.relativelayout));

以及bitmap = getBitmapFromView(this.getWindow().getDecorView()); 方法内部:

getBitmapFromView

view.layout(0, 0, view.getLayoutParams().width, view.getLayoutParams().height);