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

Commit 09199dcc authored by Steve Kondik's avatar Steve Kondik Committed by Scott Warner
Browse files

Revert "Add new importance level for blocking lock screen notifications (2/2)"

 * Quail star

This reverts commit fe484167.

Change-Id: I93d6ca3bbc03859755587f7c169a3f88f38f67bf
(cherry picked from commit 9d5f6f86)
parent fe484167
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -305,9 +305,6 @@
    <string name="ime_switcher_notify">Selector notification</string>
    <string name="ime_switcher_notify_summary">Display input method selector notification</string>

    <!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
    <string name="notification_importance_very_low">No full screen interruption, peeking, sound, or vibration. Show at the bottom of the notification list. Hide from lock screen.</string>

    <!-- Stylus Icon -->
    <string name="stylus_icon_enabled_title">Show icon when using stylus</string>
    <string name="stylus_icon_enabled_summary">Show the pointer icon when hovering or drawing with the stylus</string>
+0 −2
Original line number Diff line number Diff line
@@ -172,8 +172,6 @@ public class ImportanceSeekBarPreference extends SeekBarPreference implements
                return getContext().getString(R.string.notification_importance_blocked);
            case NotificationListenerService.Ranking.IMPORTANCE_MIN:
                return getContext().getString(R.string.notification_importance_min);
            case NotificationListenerService.Ranking.IMPORTANCE_VERY_LOW:
                return getContext().getString(R.string.notification_importance_very_low);
            case NotificationListenerService.Ranking.IMPORTANCE_LOW:
                return getContext().getString(R.string.notification_importance_low);
            case NotificationListenerService.Ranking.IMPORTANCE_DEFAULT: