Add shell script to enable demo mode for e.g. creating screenshots

[ci skip]
This commit is contained in:
Julian Raufelder 2021-01-15 20:45:44 +01:00
parent c81b9463a6
commit f686b0cabb
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

8
demo-mode.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
adb shell settings put global sysui_demo_allowed 1
adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1200
adb shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e level 4 -e datatype false
adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false
adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false -e level 100