diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 469f20198e6..867fecb2e90 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1626,4 +1626,24 @@
- 300000
+
+
+ - @string/ingress_rate_limit_no_limit_entry
+ - 128kbps
+ - 256kbps
+ - 1Mbps
+ - 5Mbps
+ - 15Mbps
+
+
+
+
+ - -1
+ - 16000
+ - 32000
+ - 125000
+ - 625000
+ - 1875000
+
+
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c1a6dfeaca9..d83640b9887 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14035,4 +14035,13 @@
Make audio more realistic
Shift positioning of audio so it sounds more natural.
+
+
+ Network download rate limit
+
+ Configure the network bandwidth ingress rate limit which is applied to all networks that provide internet connectivity.
+
+ Configure network download rate limit
+
+ No limit
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index ed1b4d2e569..4e4d393b8d9 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -297,6 +297,14 @@
android:title="@string/tethering_hardware_offload"
android:summary="@string/tethering_hardware_offload_summary" />
+
+