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

Commit 3412a4b3 authored by djMesias's avatar djMesias
Browse files

Framework: Fix blacklist support

Copy & Paste isn't a good friend for programmers ;)

Change-Id: Ic6ab81462530f614b9e896cb098590241accb192
parent dabb05c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1979,10 +1979,10 @@ public final class Settings {
        public static final String PHONE_BLACKLIST_PRIVATE_NUMBER_MODE = "phone_blacklist_private_number_enabled";

        /**
         * Whether the blacklisting feature for phone calls from private numbers is enabled
         * Whether the blacklisting feature for phone calls from unknown numbers is enabled
         * @hide
         */
        public static final String PHONE_BLACKLIST_UNKNOWN_NUMBER_MODE = "phone_blacklist_private_number_enabled";
        public static final String PHONE_BLACKLIST_UNKNOWN_NUMBER_MODE = "phone_blacklist_unknown_number_enabled";

        /**
         * Constants to be used for {@link PHONE_BLACKLIST_PRIVATE_NUMBER_MODE} and