diff options
-rw-r--r-- | packages/SystemUI/docs/demo_mode.md | 1 |
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) |