Reputation: 33
I'm working on a UX analysis of an existing Android app and I need to take screenshots of every screen as I'm using the app. Once I log in, I'm no longer able to take screenshots. (It was obviously disabled for privacy). Is there a way around this?
Thanks!
Upvotes: 2
Views: 13661
Reputation: 6492
You can project your phone screen to your PC and then take a screenshot on your PC.
To project your android screen on to your PC, you can use an app like Vysor.
Upvotes: 1
Reputation: 1973
Probably the easiest way is to download the Android Developer Kit. The Android Device Monitor has a button for taking screen grabs of the device that is being monitored via USB. You'll need to enable developer mode and make sure the phone can be debugged via USB.
If you have access to an Android developer, they'll be set up to do this already.
Upvotes: 0
Reputation: 4494
Root your phone and install this XPosed module: https://play.google.com/store/apps/details?id=com.prashantwosti.bypassflagsecure
Upvotes: 0