How to capture a screenshot of other Android applications from an app without root?

前端 未结 3 860
南旧
南旧 2021-02-06 16:41

I want to capture a screen shot of Android applications that are running on my phone.

I tried using the ScreenShot UX application. This can be done on an unrooted phone

3条回答
  •  梦如初夏
    2021-02-06 17:36

    As of Android 5.0+, you can use the new functionality in the SDK called media projections to do screen capture without root privileges. There is sample code by Google available here.

提交回复
热议问题