Lines Matching full:demo
0 # Demo Mode for the Android System UI
2 *Demo mode for the status bar allows you to force the status bar into a fixed state, useful for taking screenshots with a consistent status bar state, or testing different status icon permutations. Demo mode is available in recent versions of Android.*
4 ## Enabling demo mode
5 Demo mode is protected behind a system setting. To enable it for a device, run:
16 com.android.systemui.demo
27 ```enter``` | | | Enters demo mode, bar state allowed to be modified (for convenience, any of the other non-exit commands will automatically flip demo mode on, no need to call this explicitly in practice)
28 ```exit``` | | | Exits demo mode, bars back to their system-driven state
63 Enter demo mode
66 adb shell am broadcast -a com.android.systemui.demo -e command enter
70 Exit demo mode
73 adb shell am broadcast -a com.android.systemui.demo -e command exit
80 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm
88 adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi
96 adb shell am broadcast -a com.android.systemui.demo -e command status -e volume
104 adb shell am broadcast -a com.android.systemui.demo -e command battery -e level
112 adb shell am broadcast -a com.android.systemui.demo -e command notifications -e
117 Exit demo mode
120 adb shell am broadcast -a com.android.systemui.demo -e command exit
124 ## Example demo controller app in AOSP
153 $ADB shell am broadcast -a com.android.systemui.demo -e command enter || exit
155 $ADB shell am broadcast -a com.android.systemui.demo -e command clock -e
158 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
160 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
162 $ADB shell am broadcast -a com.android.systemui.demo -e command network -e
164 $ADB shell am broadcast -a com.android.systemui.demo -e command network -e
166 $ADB shell am broadcast -a com.android.systemui.demo -e command notifications
169 $ADB shell am broadcast -a com.android.systemui.demo -e command exit