There was an error while loading. Please reload this page.
1 parent 4d06a27 commit 5343e13Copy full SHA for 5343e13
1 file changed
scripts/run-maestro-flows.sh
@@ -22,6 +22,9 @@ pushd "${SCRIPT_DIR}"/../screenshots || exit 1
22
# Delete any existing screenshots
23
rm -rf ./*.png
24
25
+# Allow demo mode to be enabled
26
+adb shell settings put global sysui_demo_allowed 1
27
+
28
# Enable Demo Mode on the device with the following settings
29
# - Hide notification icons
30
# - Set clock to 1200 hrs
0 commit comments