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

Commit badd6d14 authored by Raj Yengisetty's avatar Raj Yengisetty
Browse files

Disable CM Blacklist: correct typo in system property name

Change-Id: Icc198e8eb11f6070d35596b9696544becd204cba
parent c770c4b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class BlacklistUtils {
    private static final boolean DEBUG = false;

    private static final String CM_BLACKLIST_FEATURE_PRESENT =
            "ro.telphony.cm_blklst_on";
            "ro.telephony.cm_blklst_on";

    // Blacklist matching type
    public final static int MATCH_NONE = 0;