mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17:05 +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
|
||||
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
|
||||
# - Hide notification icons
|
||||
# - Set clock to 1200 hrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue