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

Commit a7baacb7 authored by Andre Le's avatar Andre Le
Browse files

Clean up deprecated notification blocking helper settings

Clean up blocking_helper_dismiss_to_view_ratio and
blocking_helper_streak_limit deprecated settings.

Bug: None
Flag: EXEMPT clean up
Test: presubmit
Change-Id: Id69272ec3be9b980457f3e97aa668afc801d1ac7
parent 70d1d172
Loading
Loading
Loading
Loading
+0 −24
Original line number Original line Diff line number Diff line
@@ -19797,30 +19797,6 @@ public final class Settings {
         */
         */
        public static final String NOTIFICATION_FEEDBACK_ENABLED = "notification_feedback_enabled";
        public static final String NOTIFICATION_FEEDBACK_ENABLED = "notification_feedback_enabled";
        /**
         * Settings key for the ratio of notification dismissals to notification views - one of the
         * criteria for showing the notification blocking helper.
         *
         * <p>The value is a float ranging from 0.0 to 1.0 (the closer to 0.0, the more intrusive
         * the blocking helper will be).
         *
         * @hide
         */
        @Readable
        public static final String BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT =
                "blocking_helper_dismiss_to_view_ratio";
        /**
         * Settings key for the longest streak of dismissals  - one of the criteria for showing the
         * notification blocking helper.
         *
         * <p>The value is an integer greater than 0.
         *
         * @hide
         */
        @Readable
        public static final String BLOCKING_HELPER_STREAK_LIMIT = "blocking_helper_streak_limit";
        /**
        /**
         * Configuration flags for SQLite Compatibility WAL. Encoded as a key-value list, separated
         * Configuration flags for SQLite Compatibility WAL. Encoded as a key-value list, separated
         * by commas. E.g.: compatibility_wal_supported=true, wal_syncmode=OFF
         * by commas. E.g.: compatibility_wal_supported=true, wal_syncmode=OFF
+0 −2
Original line number Original line Diff line number Diff line
@@ -114,8 +114,6 @@ public class SettingsBackupTest {
                    Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS,
                    Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS,
                    Settings.Global.BLE_SCAN_BACKGROUND_MODE,
                    Settings.Global.BLE_SCAN_BACKGROUND_MODE,
                    Settings.Global.BLOCKED_SLICES,
                    Settings.Global.BLOCKED_SLICES,
                    Settings.Global.BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT,
                    Settings.Global.BLOCKING_HELPER_STREAK_LIMIT,
                    Settings.Global.BLUETOOTH_BTSNOOP_DEFAULT_MODE,
                    Settings.Global.BLUETOOTH_BTSNOOP_DEFAULT_MODE,
                    Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX,
                    Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX,
                    Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX,
                    Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX,