diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5042302d8aa..47cdad56d25 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -13172,6 +13172,11 @@
Allow apps that can display over other apps to overlay Settings screens
+
+ Allow Mock Modem
+
+ Allow this device to run Mock Modem service for instrumentation testing. Do not enable this during normal usage of the phone
+
Media
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index cd37f4cbb96..61eafc8444f 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -252,6 +252,11 @@
android:title="@string/force_high_refresh_rate_toggle"
android:summary="@string/force_high_refresh_rate_desc" />
+
+