diff options
| author | 2024-07-12 11:11:26 -0400 | |
|---|---|---|
| committer | 2024-07-12 11:24:13 -0400 | |
| commit | 250587ff9a8cacbcbbc2efff076b1def5fddfa40 (patch) | |
| tree | f790221d27f34c111bbeba08346f26ee30414a05 | |
| parent | 091a00339486134e146a3a47363d711631262f26 (diff) | |
Update conversation string
To a string that works regardless of the shade section sorting
strategy
Test: manual, long press on conversation notification and tap the silent
option
Flag: EXEMPT bugfix
Fixes: 350061234
Change-Id: I8ce41f1429a2219efe835034482431fbdac504af
Change-Id: I0f2871f4ac69e9f0e56bb5f08d6569eaeb75b7c3
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 0bc2c82538c8..58fa76716155 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1863,7 +1863,7 @@ <string name="notification_channel_summary_low">No sound or vibration</string> <!-- [CHAR LIMIT=150] Notification Importance title: low importance level summary --> - <string name="notification_conversation_summary_low">No sound or vibration and appears lower in conversation section</string> + <string name="notification_conversation_summary_low">No sound or vibration but still appears in the conversation section</string> <!-- [CHAR LIMIT=150] Notification Importance title: normal importance level summary --> <string name="notification_channel_summary_default">May ring or vibrate based on device settings</string> |