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

Commit 102cf84d authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Make contacts app aware of blacklist being disabled (1/3)" into cm-10.1

parents 46e39736 5e13ee96
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