diff --git a/res/values/strings.xml b/res/values/strings.xml
index d3dd33b6332..ec72321ced8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -13077,6 +13077,9 @@
Capture system heap dump
+
+ Reboot with MTE
+ This wil reboot and allow to experiment with Memory Tagging Extensions (MTE). This may negatively impact system performance and stability. Will be reset on next subsequent reboot.
Capturing system heap dump
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index 21ee30a4a9a..f29930c8bd4 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -44,6 +44,10 @@
android:key="system_server_heap_dump"
android:title="@string/capture_system_heap_dump_title" />
+
+