diff --git a/res/values/strings.xml b/res/values/strings.xml
index dea4320fc22..534dc04ef98 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -11891,6 +11891,12 @@
Disable restrictions on the system resource usage of the app child processes
+
+ Force enable Notes role
+
+ Enable note-taking system integrations via the Notes role. If the Notes role is already enabled, does nothing.
+
+
Broadcast
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index 9e1dbad8ba3..e7aac3e7528 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -713,6 +713,11 @@
android:title="@string/disable_phantom_process_monitor_title"
android:summary="@string/disable_phantom_process_monitor_summary" />
+
+