29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 30d5cc1509d4ea551687582eb7cd530f3988a53f Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Fri, 15 Dec 2023 10:50:06 +0100
|
|
Subject: [PATCH] 0003-advanced_privacy
|
|
|
|
Change-Id: Ie35553cde8515931bc8a38fc03d57080c0e57ee7
|
|
---
|
|
res/values/strings.xml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
|
index dfeb2f1b13..11a921848d 100644
|
|
--- a/res/values/strings.xml
|
|
+++ b/res/values/strings.xml
|
|
@@ -699,6 +699,10 @@
|
|
<!-- TODO(b/208624929): Update to an UX approved summary and char limit. -->
|
|
<!-- Main Settings screen setting summary for the item that takes you to the privacy and security settings. [CHAR LIMIT=60] -->
|
|
<string name="safety_center_summary">App security, device lock, permissions</string>
|
|
+
|
|
+ <!-- Summary for e Security settings, explaining a few important settings under it [CHAR LIMIT=NONE] -->
|
|
+ <string name="security_dashboard_summary_e">Screen lock, app security</string>
|
|
+
|
|
<!-- Face enrollment and settings -->
|
|
<skip/>
|
|
<!-- Note: Update FaceEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. -->
|
|
--
|
|
2.34.1
|
|
|