We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81b946 commit f686b0cCopy full SHA for f686b0c
demo-mode.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+adb shell settings put global sysui_demo_allowed 1
4
5
+adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1200
6
+adb shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e level 4 -e datatype false
7
+adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false
8
+adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false -e level 100
0 commit comments