summaryrefslogtreecommitdiff
path: root/SafetyCenter
diff options
context:
space:
mode:
authorElliot Sisteron <elliotsisteron@google.com>2023-04-23 16:26:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-04-23 16:26:21 +0000
commitf928245e025e4ad39e5621d56bedddfd8051c2dc (patch)
treec1d56f2f818585bacf0f15c1dcae40fdeb4ecde8 /SafetyCenter
parentfbf6ca11651a0de2b3c34c14b6f7d8873513b31e (diff)
parent3a7e31319097bdd4f4128e572b2859e6650deb74 (diff)
downloadPermission-f928245e025e4ad39e5621d56bedddfd8051c2dc.tar.gz
Merge "Add a title to work policy config entry." into udc-dev
Diffstat (limited to 'SafetyCenter')
-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>