summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nate Myren <ntmyren@google.com> 2025-01-29 14:22:36 -0800
committer Nate Myren <ntmyren@google.com> 2025-01-31 14:03:04 -0800
commit294ba426cb7fdbcd0a01e90403efd0097fc793f4 (patch)
treefd8ce825c357b55a9701ed22b3e0296ca862d6de
parentfeb31e1b657f84c5bbb0af8c01adcea19f3368e9 (diff)
Update ecm strings for in call fraud
Bug: 364535720 Relnote: none Flag: EXEMPT resource only change Test: manual LOW_COVERAGE_REASON=NON_CODE_ONLY Change-Id: I040e336bae04dbe8a92a2d0ae0726f340b39499e
-rw-r--r--PermissionController/res/values/strings.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml
index b28fbcef2..48747bd2a 100644
--- a/PermissionController/res/values/strings.xml
+++ b/PermissionController/res/values/strings.xml
@@ -2023,20 +2023,19 @@ Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug repo
<string name="enhanced_confirmation_dialog_desc">For your security, this setting is currently unavailable.</string>
<!--Title for dialog displayed to tell user that settings are blocked due to the phone state (such as being in a call with an unknown number) [CHAR LIMIT=50] -->
- <string name="enhanced_confirmation_phone_state_dialog_title">Action not available while on a phone call</string>
+ <string name="enhanced_confirmation_phone_state_dialog_title">Can\u2019t complete action during call</string>
<!--Content for dialog displayed to tell user that settings are blocked due to the phone state (such as being in a call with an unknown number) [CHAR LIMIT=NONE] -->
<string name="enhanced_confirmation_phone_state_dialog_desc"><xliff:g id="setting_description" example="allowing apps to install other apps">%1$s</xliff:g>\n\n
- Scammers often request this type of action during phone call conversations, so it\u2019s blocked to protect you. If you are being guided to take this action
- by someone you don\u2019t know, it might be a scam.</string>
+ This setting is blocked to protect your device and data</string>
<!--Content explaining that the "install other apps" setting is blocked due to the phone state in a dialog displayed to the user [CHAR LIMIT=NONE] -->
- <string name="enhanced_confirmation_phone_state_dialog_install_desc_prefix">Allowing apps to install other apps is not allowed during a phone call.</string>
+ <string name="enhanced_confirmation_phone_state_dialog_install_desc_prefix">Scammers may try to install harmful apps by asking you to install unknown apps from a new source.</string>
<!--Content explaining that the "enable accessibility service" setting is blocked due to the phone state in a dialog displayed to the user [CHAR LIMIT=NONE] -->
- <string name="enhanced_confirmation_phone_state_dialog_a11y_desc_prefix">Giving an app access to accessibility is not allowed during a phone call.</string>
+ <string name="enhanced_confirmation_phone_state_dialog_a11y_desc_prefix">Scammers may try to take control of your device by asking you to allow accessibility access for an app.</string>
<!--Content explaining that a generic setting is blocked due to the phone state in a dialog displayed to the user [CHAR LIMIT=NONE] -->
- <string name="enhanced_confirmation_phone_state_dialog_generic_desc_prefix">Enabling this setting is not allowed during a phone call.</string>
+ <string name="enhanced_confirmation_phone_state_dialog_generic_desc_prefix">Scammers may attempt to harm your device with this setting.</string>
<!--Title for dialog displayed to tell user that permissions are blocked by setting restrictions [CHAR LIMIT=50] -->
<string name="enhanced_confirmation_dialog_title_permission">App was denied access to <xliff:g id="permission_name" example="contacts">%1$s</xliff:g></string>