diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index c856ed81d5758..95e5ac8ca3310 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -377,12 +377,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= -->