简体   繁体   English

如何在没有root设备的情况下捕获其他Android应用程序的屏幕截图?

[英]How to capture a screenshot of other Android application without rooting device?

For this I have searched a lot, but found nothing that suggests it is possible without rooting. 为此,我进行了很多搜索,但没有发现任何建议,表明没有扎根的可能性。

There is android-screenshot-library but this requires native service to be started from PC on each device reboot ( UserGuide ) and for normal user it might not be possible to do this. android-screenshot-library,但这需要在每次设备重新启动时从PC启动本机服务( UserGuide ),对于普通用户而言,可能无法执行此操作。

Is this possible? 这可能吗?

On Android 5.0+, you are welcome to use the media projection APIs to collect a screenshot, with user approval. 在Android 5.0及更高版本上,欢迎您使用媒体投影API来收集屏幕截图,并获得用户的认可。

Otherwise, no, this is not possible without rooting. 否则,没有,这是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM