summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-05-27 23:04:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-27 23:04:49 +0000
commit39d6dd6c922180c90f9da66afe82f8a1c103923a (patch)
treec70e8b8898cc80232d52a2784304fd87fab98027
parent3afefba79371314543425abca4269192c3860da6 (diff)
parent4c5302f64b1ca59b330c1d26d0c03eae5f8c0c73 (diff)
downloadCompanionDeviceSupport-39d6dd6c922180c90f9da66afe82f8a1c103923a.tar.gz
Merge "Remove NotificationMsg's unused strings" into rvc-dev am: 4c5302f64b
Change-Id: Ib1fbd8961d41e1040adce7600422e5bd7d0b7a85
-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>