DV
dvdmunckhof/QuickDemo
Android QuickDemo
QuickDemo
QuickDemo is a Nougat 7.0 quick settings tile for fast access to the Marshmallow 6.0 System UI demo mode. The app also provides a configuration activity for customizing available demo mode settings.
Release blog post: https://pspdfkit.com/blog/2016/clean-statusbar-with-systemui-and-quickdemo/
Requirements
- Android SDK
- Android Studio
adb(for installing the app and granting the required permissions)
Building
To build and run the app, you can open the project with Android Studio and press Run. Alternatively you can install the app from the command line.
cd QuickDemo/
./gradlew installDebugSetup
- When launching the app for the first time you need to grant the
android.permission.DUMPpermission, which is required to control the System UI demo mode. You need to do this usingadb.
adb shell pm grant com.pspdfkit.labs.quickdemo android.permission.DUMP- Since the System UI tuner (and its demo mode) is an experimental Android feature, you need to activate it globally.
adb shell settings put global sysui_demo_allowed 1Usage
-
The app comes with a quick settings tile which you can use to quickly toggle the demo mode.
- Completely open the status bar drawer, expanding all quick setting tiles.
- Press the edit button on top of the drawer, to show the quick setting tiles picker.
- Drag the QuickDemo tile to your desired position.
- Exit edit mode, and tap the tile.
-
You can launch QuickDemo activity to configure all displayed icons of the demo mode.
- You can find the activity in your app launcher.
Feedback and contribution
Since this project is open source, feel free to use it, give feedback, or contribute in any way you find suitable.
