diff --git a/res/values/strings.xml b/res/values/strings.xml
index 34bfcfec2e8..e2647fa67d6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -13520,6 +13520,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 98674196d93..89e5167a11b 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -250,6 +250,11 @@
android:title="@string/force_high_refresh_rate_toggle"
android:summary="@string/force_high_refresh_rate_desc" />
+
+