summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SafetyCenter/Resources/res/raw-v34/safety_center_config.xml1
-rw-r--r--SafetyCenter/Resources/res/values-v34/strings.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/SafetyCenter/Resources/res/raw-v34/safety_center_config.xml b/SafetyCenter/Resources/res/raw-v34/safety_center_config.xml
index 1c3330c63..183ccbdbe 100644
--- a/SafetyCenter/Resources/res/raw-v34/safety_center_config.xml
+++ b/SafetyCenter/Resources/res/raw-v34/safety_center_config.xml
@@ -119,6 +119,7 @@
id="AndroidWorkPolicyInfo"
packageName="com.android.permissioncontroller"
profile="primary_profile_only"
+ title="@com.android.safetycenter.resources:string/work_policy_title"
initialDisplayState="hidden"
refreshOnPageOpenAllowed="true"/>
<static-safety-source
diff --git a/SafetyCenter/Resources/res/values-v34/strings.xml b/SafetyCenter/Resources/res/values-v34/strings.xml
index 6839c9494..ec6abeca3 100644
--- a/SafetyCenter/Resources/res/values-v34/strings.xml
+++ b/SafetyCenter/Resources/res/values-v34/strings.xml
@@ -37,5 +37,6 @@
<string name="more_settings_title" description="The title of the entry for More Settings">More security &amp; privacy</string>
<string name="more_settings_summary" description="The summary of the entry for More Settings, which describes the page contents">Autofill, notifications, and more</string>
<string name="more_settings_search_terms" description="Search keywords of the entry for More Settings"><!-- Empty placeholder--></string>
+ <string name="work_policy_title" description="Title for the work policy entry under Other Settings in Safety Center, this is for managed devices">Your work policy info</string>
</resources>