Adds the strings for ODAD content protection setting page.
Bug: b/302189945
Change-Id: Idca0fe5b4f49f8fb69e63a3e58a7e8fa85300021
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b50f7fd..84ddb5a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -12477,4 +12477,21 @@
<string name="quarantined_apps_title" translatable="false">Quarantined Apps</string>
<!-- Do not translate. Developer settings: Button to unquarantine an app [CHAR LIMIT=20] -->
<string name="unquarantine_app_button" translatable="false">Unquarantine app</string>
+
+ <!-- Title of preference to manage content protection settings -->
+ <string name="content_protection_preference_title">Scanning for deceptive apps</string>
+ <!-- Summary of the preference to manage content protection settings -->
+ <string name="content_protection_preference_summary">Check app activity for phishing</string>
+ <!-- Title of the switch bar on the subpage of content protection settings -->
+ <string name="content_protection_preference_user_consent_switch_title">Use scanning</string>
+ <!-- Title of the toggle switch of work apps on the subpage of content protection settings -->
+ <string name="content_protection_preference_user_consent_work_profile_switch_title">Use scanning for work apps</string>
+ <!-- Summary of the subpage of content protection settings -->
+ <string name="content_protection_preference_subpage_summary">Scanning runs privately right on your device, checking app activity for phishing or other deceptive behavior. If it\’s detected, some app info is sent to Google Play Protect to confirm the threat and warn app users.</string>
+ <!-- Information at the bottom of the subpage of content protection settings -->
+ <string name="content_protection_preference_subpage_info">
+ <![CDATA[
+ This is a protected security feature. No device or personal info is shared with Google.
+ \n\nPhishing is an attempt to steal sign-in credentials or other personal info.
+ ]]></string>
</resources>