diff options
| author | Hall Liu <hallliu@google.com> | 2019-10-14 14:42:44 -0700 |
|---|---|---|
| committer | Hall Liu <hallliu@google.com> | 2019-10-15 16:11:31 -0700 |
| commit | ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d (patch) | |
| tree | 7f42072f3b2175d0673f3caec2c92fd78ed0aa13 /res/values | |
| parent | 8951278d3f36af631f155368f59ca93ad16b06b4 (diff) | |
| download | platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.tar.gz platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.tar.bz2 platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.zip | |
Add audio processing notification and testapp code
Implement the persistent notification during audio processing and add
code to the testapp to allow manual testing of the background call
screening functionality.
Bug: 140317205
Test: manual
Change-Id: I15cb7fc064bbcccc5c08b76a704244a502d13268
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e4e588cbb..92a78080b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -48,6 +48,18 @@ [CHAR LIMIT=18] --> <string name="notification_missedCall_message">Message</string> + <!-- Title for the persistent notification presented when an app has requested that a call + be put into the background so that the app can access the audio from the call + [CHAR LIMIT=20] --> + <string name="notification_audioProcessing_title">Background call</string> + <!-- Body of the persistent notification presented when an app requests + that a call be put into the background so that the app can access the audio from the call. + [CHAR LIMIT=NONE] --> + <string name="notification_audioProcessing_body"> + <xliff:g id="audio_processing_app_name">%s</xliff:g> has placed a call into the + background. This app may be accessing and playing audio over the call. + </string> + <!-- Content description of the call muted notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_call_muted">Call muted.</string> @@ -276,6 +288,8 @@ <string name="notification_channel_missed_call">Missed calls</string> <!-- Notification channel name for a channel containing call blocking notifications. --> <string name="notification_channel_call_blocking">Call Blocking</string> + <!-- Notification channel name for a channel containing background call notifications. --> + <string name="notification_channel_background_calls">Background calls</string> <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the ongoing call in the app "other_app". --> |
