Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Screenshot With A Generic Status Bar

I'm about to publish my app on the app store and I want to take screenshots of my app without all the information in my status bar like carrier and debug mode and such.

I know that for Marshmallow, there is the System UI Tuner that exists but I failed to find an equivalent for Lollipop..

Does any of you has any clue to help me?

Thanks!

like image 658
dequec64 Avatar asked Apr 18 '16 21:04

dequec64


2 Answers

Clean Status Bar could be what you're looking for. It overlays a blank status bar on your device with a configurable choice of icons.

like image 175
adelphus Avatar answered Sep 27 '22 19:09

adelphus


I just published an open source app QuickDemo, for configuring and accessing the Android System UI demo mode. Instead of overlaying the original status bar, it modifies its content. It also comes with a Nougat quick settings tile, for fast access from any screen.

like image 30
david.schreiber Avatar answered Sep 27 '22 19:09

david.schreiber