Skip to content

Commit a1a9bb9

Browse files
committed
update android mdm example
1 parent d972692 commit a1a9bb9

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+3
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@ To proceed with the installation, here is an example of the XML code you will ne
179179
```xml
180180
<key>organization</key>
181181
<string>your-team-name</string>
182-
<key>enable</key>
182+
<key>switch_locked</key>
183183
<true />
184+
<key>auto_connect</key>
185+
<integer>0</integer>
184186
<key>gateway_unique_id</key>
185187
<string>your_gateway_doh_subdomain</string>
186188
<key>service_mode</key>

0 commit comments

Comments
 (0)