summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorsqian <shuoq@google.com>2019-05-09 12:05:08 -0700
committerShuo Qian <shuoq@google.com>2019-05-09 20:07:34 +0000
commit81e49b49026ef9ef4cfabd04721e99a58d615e58 (patch)
tree9fc6e66065d3606271699993b00fc5633268286e /res/values
parent33a1f50dd776dbe74addef2612a696c21c2697d7 (diff)
downloadandroid_packages_apps_PackageInstaller-81e49b49026ef9ef4cfabd04721e99a58d615e58.tar.gz
android_packages_apps_PackageInstaller-81e49b49026ef9ef4cfabd04721e99a58d615e58.tar.bz2
android_packages_apps_PackageInstaller-81e49b49026ef9ef4cfabd04721e99a58d615e58.zip
Clarify the call redirection/screening role strings
Test: https://b.corp.google.com/issues/132352331#comment2 Bug: 132352331 Change-Id: Ia8cb72c71ab267a9c6ce4656bc79b9d4cbc47080
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bc469f08..c03934da 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -690,7 +690,7 @@
<!-- Short label for the call redirection role. [CHAR LIMIT=30] -->
<string name="role_call_redirection_short_label">Call redirecting app</string>
<!-- Description for the call redirection role. [CHAR LIMIT=NONE] -->
- <string name="role_call_redirection_description">Apps that allow you to forward calls to another phone number</string>
+ <string name="role_call_redirection_description">Apps that allow you to forward outgoing calls to another phone number</string>
<!-- Template for the title when an app requests to become the default call redirection app. [CHAR LIMIT=100] -->
<string name="role_call_redirection_request_title">Set <xliff:g id="app_name" example="Super Call Redirection">%1$s</xliff:g> as your default call redirection app?</string>
<!-- Description when an app requests to become the default call redirection app. [CHAR LIMIT=60] -->
@@ -701,7 +701,7 @@
<!-- Short label for the call screening role. [CHAR LIMIT=30] -->
<string name="role_call_screening_short_label">Caller ID &amp; spam app</string>
<!-- Description for the call screening role. [CHAR LIMIT=NONE] -->
- <string name="role_call_screening_description">Apps that allow you to identify incoming calls, block spam and robocalls, blacklist unwanted numbers, and so on</string>
+ <string name="role_call_screening_description">Apps that allow you to identify calls, block spam and robocalls, and blacklist unwanted numbers</string>
<!-- Template for the title when an app requests to become the default call screening app. [CHAR LIMIT=100] -->
<string name="role_call_screening_request_title">Set <xliff:g id="app_name" example="Super Call Screening">%1$s</xliff:g> as your default caller ID &amp; spam app?</string>
<!-- Description when an app requests to become the default call screening app. [CHAR LIMIT=60] -->