diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6e597cad03d..3f844639c5c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3557,6 +3557,8 @@
Always allow Wi\u2011Fi Roam Scans
Use legacy DHCP client
+
+ Cellular data always active
Show options for wireless display certification
@@ -3583,6 +3585,7 @@
Use the DHCP client from Lollipop instead of the new Android DHCP client.
+ Always keep mobile data active, even when Wi\u2011Fi is active (for fast network switching).
Allow USB debugging?
USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 6911892667a..ecab7009b0a 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -137,9 +137,14 @@
+ android:title="@string/legacy_dhcp_client"
android:summary="@string/legacy_dhcp_client_summary"/>
+
+