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

Commit 830b58c4 authored by Jordan Liu's avatar Jordan Liu Committed by Android (Google) Code Review
Browse files

Merge "Enable CB module by default"

parents 7edbba8d 7c84f148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public abstract class InboundSmsHandler extends StateMachine {

    PowerWhitelistManager mPowerWhitelistManager;

    protected static boolean sEnableCbModule = false;
    protected static boolean sEnableCbModule = true;

    protected CellBroadcastServiceManager mCellBroadcastServiceManager;