summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Caitlin Shkuratov <caitlinshk@google.com> 2024-11-05 22:01:55 +0000
committer Caitlin Shkuratov <caitlinshk@google.com> 2024-11-05 22:04:24 +0000
commit1b6d853a990f7324ecdd24c19de08c5056131113 (patch)
treedbdda3bfad4a124dcf52370caeaaebc0aa4de279
parent17abc1de265b052258c70aeb73b8b37265405c75 (diff)
Update demo mode docs to include Wifi Hotspot configs
Bug: NONE doc update Flag: NONE doc update Test: NONE doc update Change-Id: I2b1841e18fce94709f37be72bb95dad8e36bbc6e
-rw-r--r--packages/SystemUI/docs/demo_mode.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/docs/demo_mode.md b/packages/SystemUI/docs/demo_mode.md
index ade5171d6415..c18d1f143b85 100644
--- a/packages/SystemUI/docs/demo_mode.md
+++ b/packages/SystemUI/docs/demo_mode.md
@@ -35,6 +35,7 @@ Commands are sent as string extras with key ```command``` (required). Possible v
| | ```fully``` | | Sets MCS state to fully connected (```true```, ```false```)
| | ```wifi``` | | ```show``` to show icon, any other value to hide
| | | ```level``` | Sets wifi level (null or 0-4)
+| | | ```hotspot``` | Sets the wifi to be from an Instant Hotspot. Values: ```none```, ```unknown```, ```phone```, ```tablet```, ```laptop```, ```watch```, ```auto```. (See `DemoModeWifiDataSource.kt`.)
| | ```mobile``` | | ```show``` to show icon, any other value to hide
| | | ```datatype``` | Values: ```1x```, ```3g```, ```4g```, ```e```, ```g```, ```h```, ```lte```, ```roam```, any other value to hide
| | | ```level``` | Sets mobile signal strength level (null or 0-4)