diff --git a/res/values/strings.xml b/res/values/strings.xml
index 505aac0f6d5..95e476c0877 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -11904,6 +11904,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" />
+
+