summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitwika Mitra <ritwikam@google.com>2020-05-28 17:31:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-28 17:31:16 +0000
commit7bc2717326d56a6e0e4b4e774c2df301a5c0ed0b (patch)
tree9e188b9a708e54823f34eda2bca6b8dd72f1d132
parent3255b210ce90fb5ac8cf77d2451fdd3b2d02aa68 (diff)
parent4255a057acb11130c70e6f124e31fde9403b8543 (diff)
downloadCompanionDeviceSupport-7bc2717326d56a6e0e4b4e774c2df301a5c0ed0b.tar.gz
Merge "DO NOT MERGE RVC backport: Remove NotificationMsg's unused strings" into qt-car-dev
-rw-r--r--res/values/strings.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 51d6951..4b22e7a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -99,15 +99,11 @@
<string name="unknown">Unknown</string>
<!-- NotificationMsg Feature strings-->
- <!-- Notification Channel name for the Companion Device Text Message notifications service [CHAR LIMIT=80]-->
- <string name="notification_msg_channel_name">Companion Device Text Message Notifications Channel</string>
- <!-- Notification Channel description for the Companion Device Text Message notifications service [CHAR LIMIT=50]-->
- <string name="notification_msg_channel_description">Phone Text Message Receiver Service</string>
<!--Notification Channel name for the silent "message notification service running" notification [CHAR LIMIT=100]-->
- <string name="app_running_msg_channel_name">Phone Text Message service running</string>
+ <string name="app_running_msg_channel_name">Phone text message service running</string>
<!--Notification Channel description for the silent "message notification service running" notification [CHAR LIMIT=50]-->
- <string name="app_running_msg_notification_title">Phone Text Messaging service is active</string>
- <string name="app_running_msg_notification_content">Receiving Messages via Companion Device</string>
+ <string name="app_running_msg_notification_title">Phone text messaging service is active</string>
+ <string name="app_running_msg_notification_content">Receiving text messages via companion device</string>
<!-- Title for trusted device feature [CHAR LIMIT=40]-->
<string name="trusted_device_feature_title">Unlock profile with phone</string>