diff --git a/res/values/strings.xml b/res/values/strings.xml
index cfefa55cc45..f42c0fc8bc4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -9174,6 +9174,11 @@
Track all GNSS constellations and frequencies with no duty cycling
+
+ Always show crash dialog
+
+ Show dialog every time an app crashes
+
Storage access
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index aad5d2361b1..f6793411d5c 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -459,6 +459,10 @@
android:fragment="com.android.settings.applications.appops.BackgroundCheckSummary"
android:title="@string/background_check_pref" />
+