Demo Mode tile

com.franco.demomode

View detailed information for Demo Mode tile — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
17.9K(17,942)
Rating
4.5(13 reviews)
Released
December 13, 2016
Last updated
September 23, 2020
Category
Tools
Developer
Francisco Franco
Developer details
Name
Francisco Franco
E-mail
franciscofranco.1990@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
Demo Mode tile Header - AppWisp.com

Screenshots

Demo Mode tile Screenshot 1 - AppWisp.com
Demo Mode tile Screenshot 2 - AppWisp.com

Description

You get a screenshot, you get a screenshot, everygets a screenshot!

It's a very simple tool presented as a Quick Tile to simplify the process of setting up and activating Demo Mode. It's already pre-configured out of the box with perfect 7:00 clock, full WiFi, full signal and full battery icons for stunning clutter-free screenshots.

For it to work you need to grant it two permissions through adb shell from your computer:
adb -d shell pm grant com.franco.demomode android.permission.DUMP
adb -d shell pm grant com.franco.demomode android.permission.WRITE_SECURE_SETTINGS

The DUMP permission is required for the Demo Mode to actually work, and the WRITE_SECURE_SETTINGS is necessary for the Quick Tile to read the setting and present the correct icon depending on its state.

Since these permissions can be a little scary, for transparency sake I've open sourced it https://github.com/franciscofranco/Demo-Mode-tile