diff --git a/packages/SystemUI/res/layout/notification_conversation_info.xml b/packages/SystemUI/res/layout/notification_conversation_info.xml
index f8a96e79d0270..9f0a9bf971eed 100644
--- a/packages/SystemUI/res/layout/notification_conversation_info.xml
+++ b/packages/SystemUI/res/layout/notification_conversation_info.xml
@@ -220,7 +220,7 @@
android:clickable="false"
android:focusable="false"
android:ellipsize="end"
- android:maxLines="2"
+ android:maxLines="3"
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
@@ -272,7 +272,7 @@
android:clickable="false"
android:focusable="false"
android:ellipsize="end"
- android:maxLines="2"
+ android:maxLines="3"
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
@@ -321,11 +321,11 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/notification_importance_button_description_top_margin"
android:visibility="gone"
- android:text="@string/notification_channel_summary_low"
+ android:text="@string/notification_conversation_summary_low"
android:clickable="false"
android:focusable="false"
android:ellipsize="end"
- android:maxLines="2"
+ android:maxLines="3"
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index e1df81a32f439..f7f1ef6f37466 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -1269,10 +1269,10 @@
Incoming
- Silent notifications
+ Silent
- Alerting notifications
+ Notifications
Conversations
@@ -1839,25 +1839,28 @@
Silent
- Alerting
+ Default
Bubble
- Helps you focus without sound or vibration.
+ No sound or vibration
+
+
+ No sound or vibration and appears lower in conversation section
- Gets your attention with sound or vibration.
+ May ring or vibrate based on phone settings
- Gets your attention with sound or vibration. Conversations from %1$s bubble by default.
+ May ring or vibrate based on phone settings. Conversations from %1$s bubble by default.
Keeps your attention with a floating shortcut to this content.
- Shows at top of conversation section and appears as a bubble.
+ Shows at top of conversation section, appears as floating bubble, displays profile picture on lock screen
Settings