diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 6d55d0b759648..d56c7260fb034 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -368,12 +368,14 @@ [Network Capabilities] Optional. A comma seprated list of network capabilities. Values must be from NetworkCapabilities#NET_CAPABILITIES_* constants. [IP config] Optional. If empty or not specified - DHCP will be used, otherwise - static IP address with the mask. + use the following format to specify static IP configuration: + ip= gateway= dns= + domains= -->