以编程方式截取Android设备中当前屏幕的屏幕截图?
我正在开发一个应用程序,其中有一些编辑文本和背景图像。我在编辑文本中写了一些内容,我想将整个当前屏幕保存为图像,以便我可以通过电子邮件发送它。我使用 ASL(android 屏幕截图库)找到了一个解决方案,但为此我必须每次重新启动设备时都在设备上启动本机服务。那么有没有其他解决方案来截取当前屏幕?
I am working on an app in which I have some edit texts and background image. I wrote something in that edit text, I want to save whole current screen as an image, so that I can send it via email. I got a solution using ASL(android screenshot library) but for this I have to start native service on my device every time when I reboot it. So is there any other solution to take screenshot of current screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个.. 在 xml 中找到父布局并执行此操作。
Try this.. find the Parent layout in you xml and do this.