diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b0ecb3ecf11df..1669c25ac49ba 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= -->