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

Commit 5e13ee96 authored by Danny Baumann's avatar Danny Baumann
Browse files

Make contacts app aware of blacklist being disabled (1/3)

Change-Id: Ic59f370a6e78390c9b2b1510e0ec85b2f4af9146
parent 1621c284
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1912,6 +1912,12 @@ public final class Settings {
        public static final String NOTIFICATIONS_USE_RING_VOLUME =
        public static final String NOTIFICATIONS_USE_RING_VOLUME =
            "notifications_use_ring_volume";
            "notifications_use_ring_volume";


        /**
         * Whether the blacklisting feature for phone calls is enabled
         * @hide
         */
        public static final String PHONE_BLACKLIST_ENABLED = "phone_blacklist_enabled";

        /**
        /**
         * Whether the phone ringtone should be played in an increasing manner
         * Whether the phone ringtone should be played in an increasing manner
         * @hide
         * @hide