mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
fix(scripts): ensure demo mode is correctly enabled
This commit is contained in:
parent
4d06a2722c
commit
5343e13215
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ pushd "${SCRIPT_DIR}"/../screenshots || exit 1
|
||||||
# Delete any existing screenshots
|
# Delete any existing screenshots
|
||||||
rm -rf ./*.png
|
rm -rf ./*.png
|
||||||
|
|
||||||
|
# Allow demo mode to be enabled
|
||||||
|
adb shell settings put global sysui_demo_allowed 1
|
||||||
|
|
||||||
# Enable Demo Mode on the device with the following settings
|
# Enable Demo Mode on the device with the following settings
|
||||||
# - Hide notification icons
|
# - Hide notification icons
|
||||||
# - Set clock to 1200 hrs
|
# - Set clock to 1200 hrs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue