Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e57cd247 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Update bubbles strings in settings"

parents 08e2a5f0 dde0b771
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7703,7 +7703,9 @@
    <string name="notification_badging_title">Allow notification dots</string>
    <!-- Configure Notifications: Title for the notification bubbles option. [CHAR LIMIT=60] -->
    <string name="notification_bubbles_title">Allow notification bubbles</string>
    <string name="notification_bubbles_title">Allow bubbles</string>
    <!-- Configure Notifications: Summary for the notification bubbles option. [CHAR LIMIT=NONE] -->
    <string name="notification_bubbles_summary">Allow apps to show some notifications as bubbles</string>
    <!-- Configure notifications: title for swipe direction [CHAR LIMIT=60] -->
    <string name="swipe_direction_title">Swipe actions</string>
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@
        <SwitchPreference
            android:key="notification_bubbles"
            android:title="@string/notification_bubbles_title"
            android:summary="@string/notification_bubbles_summary"
            settings:controller="com.android.settings.notification.BubbleNotificationPreferenceController"/>

        <!-- Pulse notification light -->